Skip to content

Commit

Permalink
Update cosmos-sdk-proto/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Arcieri (iqlusion) <[email protected]>
  • Loading branch information
ash-burnt and tony-iqlusion authored Aug 9, 2024
1 parent 304bc5d commit 395d8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.72"
[dependencies]
prost = { version = "0.13", default-features = false }
tendermint-proto = "0.39.1"
serde = { version = "1.0.203", default-features = false }
serde = { version = "1.0.203", default-features = false, features = ["alloc"] }
pbjson = { package = "informalsystems-pbjson", version = "0.7" }

# Optional dependencies
Expand Down

0 comments on commit 395d8d7

Please sign in to comment.