chore: Prepare 0.4 release (#538)

* Prepare `0.4` release

* Fix cargo issues
This commit is contained in:
Lucio Franco
2021-01-15 13:38:36 -05:00
committed by GitHub
parent a7778ad166
commit fda2d689d4
11 changed files with 53 additions and 18 deletions
+3 -3
View File
@@ -7,12 +7,12 @@ name = "tonic"
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.3.1"
# - Create "v0.4.x" git tag.
version = "0.4.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/tonic/0.3.1/tonic/"
documentation = "https://docs.rs/tonic/0.4.0/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.3.1")]
#![doc(html_root_url = "https://docs.rs/tonic/0.4.0")]
#![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))]