Skip to content

Commit

Permalink
fix: cannot build features without tonic dep
Browse files Browse the repository at this point in the history
  • Loading branch information
scirner22 committed Aug 9, 2024
1 parent e8c888e commit dc789e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provenance-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ edition = "2021"
cosmos-sdk-proto = { version = "0.23", default-features = false }
prost = "0.13"
prost-types = "0.13"
# TODO this only needs to be included if grpc or grpc-transport are included
tonic = "0.12"

[features]
grpc = []
Expand Down

0 comments on commit dc789e4

Please sign in to comment.