chore: Prepare 0.6.0 release (#811)

This commit is contained in:
Lucio Franco
2021-10-25 10:25:56 -04:00
committed by GitHub
parent 23c1392fb7
commit 2fe7131a23
12 changed files with 42 additions and 15 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ categories = ["network-programming", "asynchronous"]
description = """
grpc-web protocol translation for tonic services.
"""
documentation = "https://docs.rs/tonic-web/0.1.0/tonic-web/"
documentation = "https://docs.rs/tonic-web/0.2.0/tonic-web/"
edition = "2021"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "grpc-web"]
@@ -12,7 +12,7 @@ license = "MIT"
name = "tonic-web"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.1.0"
version = "0.2.0"
[dependencies]
base64 = "0.13"
+2
View File
@@ -84,6 +84,8 @@
rust_2018_idioms,
unreachable_pub
)]
#![doc(html_root_url = "https://docs.rs/tonic-reflection/0.3.0")]
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
pub use config::Config;