bump tonic to 0.7.1
This commit is contained in:
+2
-2
@@ -13,14 +13,14 @@ categories = ["web-programming", "network-programming", "asynchronous"]
|
|||||||
description = """
|
description = """
|
||||||
A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
|
A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
|
||||||
"""
|
"""
|
||||||
documentation = "https://docs.rs/tonic/0.7.0/tonic/"
|
documentation = "https://docs.rs/tonic/0.7.1/tonic/"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
homepage = "https://github.com/hyperium/tonic"
|
homepage = "https://github.com/hyperium/tonic"
|
||||||
keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
|
keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
repository = "https://github.com/hyperium/tonic"
|
repository = "https://github.com/hyperium/tonic"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
codegen = ["async-trait"]
|
codegen = ["async-trait"]
|
||||||
|
|||||||
+1
-1
@@ -81,7 +81,7 @@
|
|||||||
#![doc(
|
#![doc(
|
||||||
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
|
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
|
||||||
)]
|
)]
|
||||||
#![doc(html_root_url = "https://docs.rs/tonic/0.7.0")]
|
#![doc(html_root_url = "https://docs.rs/tonic/0.7.1")]
|
||||||
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
|
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
|
||||||
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
|
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
|
||||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||||
|
|||||||
Reference in New Issue
Block a user