chore: Prepare 0.8.1 release (#1072)
This commit is contained in:
+2
-2
@@ -7,13 +7,13 @@ name = "tonic"
|
||||
# - Cargo.toml
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.7.x" git tag.
|
||||
# - Create "v0.8.x" git tag.
|
||||
authors = ["Lucio Franco <[email protected]>"]
|
||||
categories = ["web-programming", "network-programming", "asynchronous"]
|
||||
description = """
|
||||
A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.
|
||||
"""
|
||||
documentation = "https://docs.rs/tonic/0.8.0/tonic/"
|
||||
documentation = "https://docs.rs/tonic/0.8.1/tonic/"
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/hyperium/tonic"
|
||||
keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
|
||||
|
||||
+1
-1
@@ -81,7 +81,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.8.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/tonic/0.8.1")]
|
||||
#![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))]
|
||||
|
||||
Reference in New Issue
Block a user