chore: Prepare 0.8.2 release (#1089)

This commit is contained in:
Lucio Franco
2022-09-28 10:56:22 -04:00
committed by GitHub
parent cddd992666
commit a7e29c9213
5 changed files with 22 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ categories = ["network-programming", "asynchronous"]
description = """
Codegen module of `tonic` gRPC implementation.
"""
documentation = "https://docs.rs/tonic-build/0.7.2/tonic_build/"
documentation = "https://docs.rs/tonic-build/0.8.2/tonic_build/"
edition = "2018"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
@@ -12,7 +12,7 @@ license = "MIT"
name = "tonic-build"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.8.0"
version = "0.8.2"
[dependencies]
prettyplease = { version = "0.1" }