-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Prepare
0.8.1
release (#1072)
- Loading branch information
1 parent
919d28b
commit 5723681
Showing
5 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters