Skip to content

Commit

Permalink
Update tonic to 0.11 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kplattret authored Feb 29, 2024
1 parent 200ba65 commit ac87ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[workspace]

members = ["grpc-build", "grpc-build-derive", "grpc-build-core"]

resolver = "2"
4 changes: 2 additions & 2 deletions grpc-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "grpc_build"
[dependencies]
prost = "0.12"
anyhow = "1"
tonic-build = "0.10"
tonic-build = "0.11"
prost-build = "0.12"
clap = { version = "4.0.32", features = ["derive"] }
paw = "1"
Expand All @@ -34,6 +34,6 @@ prost-types = "0.12"
fs-err = "2.7"

[dev-dependencies]
tonic = "0.10"
tonic = "0.11"
trybuild = "1.0"
grpc-build-core = { path = "../grpc-build-core"}

0 comments on commit ac87ecb

Please sign in to comment.