Skip to content

Commit

Permalink
patched cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck committed Nov 2, 2024
1 parent b288040 commit c25405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tonic = { version = "0.12.3", optional = true, default-features = false, feature
"codegen",
"prost",
] }
cosmos-sdk-proto = { version = "0.26.0", features = ["serde"] }
cosmos-sdk-proto = { version = "0.26.0", default-features = false, features = ["serde"] }
ibc-proto = { version = "0.51.0", default-features = false, features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit c25405a

Please sign in to comment.