Skip to content

Commit

Permalink
bring in pbjson for serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-burnt committed Aug 9, 2024
1 parent e8b7d05 commit 304bc5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ rust-version = "1.72"
[dependencies]
prost = { version = "0.13", default-features = false }
tendermint-proto = "0.39.1"
serde = "1.0.203"
serde = { version = "1.0.203", default-features = false }
pbjson = { package = "informalsystems-pbjson", version = "0.7" }

# Optional dependencies
tonic = { version = "0.12", optional = true, default-features = false, features = ["codegen", "prost"] }
Expand Down

0 comments on commit 304bc5d

Please sign in to comment.