chore: Prepare 0.1.0-alpha.3 release (#65)

This commit is contained in:
Lucio Franco
2019-10-09 17:27:15 -04:00
committed by GitHub
parent 8ecfd2fc73
commit 8cddf8a12c
5 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ name = "tonic"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
+1 -1
View File
@@ -71,7 +71,7 @@
#![doc(
html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png"
)]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.2")]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.3")]
#![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))]