chore: Prepare v0.8.3 release (#1164)

This commit is contained in:
Lucio Franco
2022-11-28 13:35:48 -05:00
committed by GitHub
parent b53b387ced
commit dc079c12bf
12 changed files with 38 additions and 12 deletions
+1 -1
View File
@@ -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
View File
@@ -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))]