-
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.
feat: Update
prost
and friends to 0.9 (#791)
- Loading branch information
Showing
21 changed files
with
41 additions
and
41 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
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
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "tonic-build" | ||
version = "0.5.2" | ||
version = "0.6.0" | ||
authors = ["Lucio Franco <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
documentation = "https://docs.rs/tonic-build/0.5.2/tonic_build/" | ||
documentation = "https://docs.rs/tonic-build/0.6.0/tonic_build/" | ||
repository = "https://github.com/hyperium/tonic" | ||
homepage = "https://github.com/hyperium/tonic" | ||
description = """ | ||
|
@@ -16,7 +16,7 @@ keywords = ["rpc", "grpc", "async", "codegen", "protobuf"] | |
|
||
|
||
[dependencies] | ||
prost-build = { version = "0.8", optional = true } | ||
prost-build = { version = "0.9", optional = true } | ||
syn = "1.0" | ||
quote = "1.0" | ||
proc-macro2 = "1.0" | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "tonic-types" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Lucio Franco <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
documentation = "https://docs.rs/tonic-types/0.3.0/tonic-types/" | ||
documentation = "https://docs.rs/tonic-types/0.4.0/tonic-types/" | ||
repository = "https://github.com/hyperium/tonic" | ||
homepage = "https://github.com/hyperium/tonic" | ||
description = """ | ||
|
@@ -15,8 +15,8 @@ categories = ["web-programming", "network-programming", "asynchronous"] | |
keywords = ["rpc", "grpc", "protobuf"] | ||
|
||
[dependencies] | ||
prost = "0.8" | ||
prost-types = "0.8" | ||
prost = "0.9" | ||
prost-types = "0.9" | ||
|
||
[build-dependencies] | ||
prost-build = "0.8" | ||
prost-build = "0.9" |
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,12 +7,12 @@ name = "tonic" | |
# - Cargo.toml | ||
# - README.md | ||
# - Update CHANGELOG.md. | ||
# - Create "v0.5.x" git tag. | ||
version = "0.5.2" | ||
# - Create "v0.6.x" git tag. | ||
version = "0.6.0" | ||
authors = ["Lucio Franco <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
documentation = "https://docs.rs/tonic/0.5.2/tonic/" | ||
documentation = "https://docs.rs/tonic/0.6.0/tonic/" | ||
repository = "https://github.com/hyperium/tonic" | ||
homepage = "https://github.com/hyperium/tonic" | ||
description = """ | ||
|
@@ -63,8 +63,8 @@ http-body = "0.4.2" | |
pin-project = "1.0" | ||
|
||
# prost | ||
prost1 = { package = "prost", version = "0.8", optional = true } | ||
prost-derive = { version = "0.8", optional = true } | ||
prost1 = { package = "prost", version = "0.9", optional = true } | ||
prost-derive = { version = "0.9", optional = true } | ||
|
||
# codegen | ||
async-trait = { version = "0.1.13", optional = true } | ||
|
09805ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Is there potentially a release with this change in the near future ?
Thanks in advance!