chore: Prepare 0.9.1 release (#1343)

* Update documentation url in cargo tomls

* Bump versions to 0.9.1

* Update guides

* Add prepare/publish scripts

* Update changelog
This commit is contained in:
Lucio Franco
2023-04-03 14:31:03 +00:00
committed by GitHub
parent 5bcebaf3ca
commit 01cba4992c
17 changed files with 107 additions and 22 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
rust_2018_idioms,
unreachable_pub
)]
#![doc(html_root_url = "https://docs.rs/tonic-web/0.9.0")]
#![doc(html_root_url = "https://docs.rs/tonic-web/0.9.1")]
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
pub use layer::GrpcWebLayer;