chore: Prepare 0.3.0 release (#399)

* chore: Prepare 0.3.0 release

* update changelog

* fix builds

* Update breaking changes
This commit is contained in:
Lucio Franco
2020-07-13 13:00:54 -04:00
committed by GitHub
parent 570c606397
commit 62b8ab0b51
8 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tonic-build"
version = "0.2.2"
version = "0.3.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
+1 -1
View File
@@ -52,7 +52,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-build/0.2.2")]
#![doc(html_root_url = "https://docs.rs/tonic-build/0.3.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))]