Skip to content

Commit

Permalink
Merge branch 'develop' into set-recovery-address
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlittle authored Jul 26, 2023
2 parents cfa04f8 + 59d4985 commit f8b232d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = true

[dependencies]
wasm-bindgen = "0.2.78"
nomic = { path = "..", default-features = false, features = ["feat-ibc", "csv", "rand", "clap", "testnet"] }
nomic = { path = "..", default-features = false, features = ["feat-ibc", "csv", "rand", "clap", "testnet", "csv"] }
async-trait = "0.1.52"
wasm-bindgen-futures = "0.4.28"
console_error_panic_hook = "0.1.7"
Expand Down

0 comments on commit f8b232d

Please sign in to comment.