chore: Prepare v0.8.3 release (#1164)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
repository = "https://github.com/hyperium/tonic"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
|
||||
[features]
|
||||
codegen = ["async-trait"]
|
||||
|
||||
+1
-1
@@ -81,7 +81,7 @@
|
||||
#![doc(
|
||||
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.8.2")]
|
||||
#![doc(html_root_url = "https://docs.rs/tonic/0.8.3")]
|
||||
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
|
||||
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
Reference in New Issue
Block a user