Skip to content

Commit 2112ecc

Browse files
authored
chore: Prepare tonic-build 0.7.1 (#988)
1 parent 6d95473 commit 2112ecc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tonic-build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ categories = ["network-programming", "asynchronous"]
44
description = """
55
Codegen module of `tonic` gRPC implementation.
66
"""
7-
documentation = "https://docs.rs/tonic-build/0.7.0/tonic_build/"
7+
documentation = "https://docs.rs/tonic-build/0.7.1/tonic_build/"
88
edition = "2018"
99
homepage = "https://github.com/hyperium/tonic"
1010
keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
1111
license = "MIT"
1212
name = "tonic-build"
1313
readme = "README.md"
1414
repository = "https://github.com/hyperium/tonic"
15-
version = "0.7.0"
15+
version = "0.7.1"
1616

1717
[dependencies]
1818
prettyplease = {version = "0.1"}

tonic-build/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
6363
)]
6464
#![deny(rustdoc::broken_intra_doc_links)]
65-
#![doc(html_root_url = "https://docs.rs/tonic-build/0.7.0")]
65+
#![doc(html_root_url = "https://docs.rs/tonic-build/0.7.1")]
6666
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
6767
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
6868
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)