Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cosmos-sdk-proto: add serde derive macros #471

Merged
merged 24 commits into from
Aug 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"] }
ash-burnt marked this conversation as resolved.
Show resolved Hide resolved
pbjson = { package = "informalsystems-pbjson", version = "0.7" }

# Optional dependencies
Expand Down
Loading