Skip to content

Commit

Permalink
fix deps download
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Jul 2, 2024
1 parent 3c702ca commit 6d48c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prost-types = "0.12.1"
cosmos-sdk-proto = { version = "0.20.0", default-features = false }
bech32 = "0.9.1"
thiserror = "1.0.49"
protobuf = { version = "3.3.0" }
protobuf = ">=3.3.0,<=3.3.0"
hex = "0.4.3"
serde_json = { version = "1.0.87" }
tendermint-proto = "0.34"
Expand Down

0 comments on commit 6d48c33

Please sign in to comment.