Skip to content

Commit a54b307

Browse files
committed
deps
1 parent bd587d4 commit a54b307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wasm-deploy/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ wasm_cli = []
1717

1818
[dependencies]
1919
wasm-deploy-derive = { version = "0.6.0", path = "../wasm-deploy-derive" }
20-
cosm-utils = { path = "../../cosm-utils", features = ["keyring"] }
20+
cosm-utils = { git = "https://github.com/cryptechdev/cosm-utils.git", features = [
21+
"keyring",
22+
] }
2123
# tendermint-rpc = "0.38"
2224
wasm-opt = { version = "=0.110.2", optional = true }
2325
serde = { version = "1", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)