Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fix: Add cosmwasm features to cosmos-sdk-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
code0xff committed Sep 10, 2024
1 parent 02c5b95 commit 86848d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/cosmos/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
bech32 = { workspace = true, default-features = false, features = ["alloc"] }
cosmos-sdk-proto = { workspace = true, default-features = false }
cosmos-sdk-proto = { workspace = true, default-features = false, features = ["cosmwasm"] }
frame-support = { workspace = true, default-features = false }
impl-trait-for-tuples = { workspace = true }
parity-scale-codec = { workspace = true, default-features = false, features = [
Expand Down

0 comments on commit 86848d0

Please sign in to comment.