We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd587d4 commit a54b307Copy full SHA for a54b307
wasm-deploy/Cargo.toml
@@ -17,7 +17,9 @@ wasm_cli = []
17
18
[dependencies]
19
wasm-deploy-derive = { version = "0.6.0", path = "../wasm-deploy-derive" }
20
-cosm-utils = { path = "../../cosm-utils", features = ["keyring"] }
+cosm-utils = { git = "https://github.com/cryptechdev/cosm-utils.git", features = [
21
+ "keyring",
22
+] }
23
# tendermint-rpc = "0.38"
24
wasm-opt = { version = "=0.110.2", optional = true }
25
serde = { version = "1", default-features = false, features = ["derive"] }
0 commit comments