Skip to content

Commit

Permalink
Merge pull request #338 from fiadliel/main
Browse files Browse the repository at this point in the history
Remove server feature from tonic
  • Loading branch information
yoshidan authored Jan 14, 2025
2 parents 94880c5 + 82f44a8 commit 563f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googleapis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Google Cloud Platform rust client."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tonic = { version = "0.12", default-features = false, features = ["transport", "prost", "codegen", "gzip"] }
tonic = { version = "0.12", default-features = false, features = ["channel", "prost", "codegen", "gzip"] }
prost = "0.13"
prost-types = "0.13"

Expand Down

0 comments on commit 563f93c

Please sign in to comment.