Skip to content

Commit

Permalink
remove module feature. will wait for grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jul 13, 2024
1 parent 288fe60 commit a488770
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/provwasm-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,3 @@ serde = { workspace = true, default-features = false, features = ["derive"] }
serde-cw-value = "0.7.0"
base64 = "0.21.0"
strum_macros = "0.25.3"

[features]
default = ["cosmos", "provenance"]
capability = []
cosmos = ["tendermint"]
cosmwasm = []
ibc = []
provenance = ["ibc"]
tendermint = []

0 comments on commit a488770

Please sign in to comment.