Skip to content

Commit

Permalink
disabled default features
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck committed Nov 2, 2024
1 parent 7688f20 commit b288040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tonic = { version = "0.12.3", optional = true, default-features = false, feature
"prost",
] }
cosmos-sdk-proto = { version = "0.26.0", features = ["serde"] }
ibc-proto = { version = "0.51.0", features = ["serde"] }
ibc-proto = { version = "0.51.0", default-features = false, features = ["serde"] }

[dev-dependencies]
serde_test = "1.0"
Expand Down

0 comments on commit b288040

Please sign in to comment.