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
@@ -12,7 +12,7 @@ license = "MIT"
name = "tonic-web"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.4.0"
version = "0.5.0"
[dependencies]
base64 = "0.13"
+1 -1
View File
@@ -84,7 +84,7 @@
rust_2018_idioms,
unreachable_pub
)]
#![doc(html_root_url = "https://docs.rs/tonic-web/0.4.0")]
#![doc(html_root_url = "https://docs.rs/tonic-web/0.5.0")]
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
pub use layer::GrpcWebLayer;