chore: Prepare tonic 0.4.2 and health 0.3.1 (#605)

This commit is contained in:
Lucio Franco
2021-04-13 18:20:13 -04:00
committed by GitHub
parent 7aaa2f85d9
commit 8fa6daae92
7 changed files with 23 additions and 7 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ name = "tonic"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.4.x" git tag.
version = "0.4.1"
version = "0.4.2"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/tonic/0.4.1/tonic/"
documentation = "https://docs.rs/tonic/0.4.2/tonic/"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
description = """
+1 -1
View File
@@ -71,7 +71,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.4.1")]
#![doc(html_root_url = "https://docs.rs/tonic/0.4.2")]
#![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))]