chore: Prepare tonic v0.5.1 and tonic-health 0.4.1 (#737)

This commit is contained in:
David Pedersen
2021-08-09 17:20:36 +02:00
committed by GitHub
parent 4e578b5046
commit efe0865d26
5 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ name = "tonic"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.5.x" git tag.
version = "0.5.0"
version = "0.5.1"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/tonic/0.5.0/tonic/"
documentation = "https://docs.rs/tonic/0.5.1/tonic/"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
description = """
+1 -1
View File
@@ -79,7 +79,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.5.0")]
#![doc(html_root_url = "https://docs.rs/tonic/0.5.1")]
#![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))]