chore: Prepare v0.9.0 release (#1337)
This commit is contained in:
+3
-3
@@ -7,20 +7,20 @@ name = "tonic"
|
||||
# - Cargo.toml
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.8.x" git tag.
|
||||
# - Create "v0.9.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.2/tonic/"
|
||||
documentation = "https://docs.rs/tonic/0.9.0/tonic/"
|
||||
edition = "2021"
|
||||
homepage = "https://github.com/hyperium/tonic"
|
||||
keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
repository = "https://github.com/hyperium/tonic"
|
||||
version = "0.8.3"
|
||||
version = "0.9.0"
|
||||
|
||||
[features]
|
||||
codegen = ["dep:async-trait"]
|
||||
|
||||
+1
-1
@@ -89,7 +89,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.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/tonic/0.9.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))]
|
||||
|
||||
Reference in New Issue
Block a user