Merge branch 'master' into ag-decode-cmd
... | ... | @@ -48,17 +48,17 @@ impl-serde = "0.3.2" |
regex = "1.5.5" | ||
# dependencies for extrinsics (deploying and calling a contract) | ||
async-std = { version = "1.10.0", features = ["attributes", "tokio1"] } | ||
ink_metadata = { path="../ink/crates/metadata/", features = ["derive"] } | ||
ink_env = {path="../ink/crates/env/"} | ||
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } | ||
async-std = { version = "1.11.0", features = ["attributes", "tokio1"] } | ||
ink_metadata = { version = "3.0", features = ["derive"] } | ||
ink_env = "3.0" | ||
scale-info = { version = "2.1.0", default-features = false, features = ["derive"] } | ||
sp-core = "6.0.0" | ||
sp-runtime = "6.0.0" | ||
pallet-contracts-primitives = "6.0.0" | ||
subxt = "0.19.0" | ||
subxt = "0.20.0" | ||
futures = "0.3.19" | ||
hex = "0.4.3" | ||
jsonrpsee = { version = "0.9.0", features = ["ws-client"] } | ||
jsonrpsee = { version = "0.10.1", features = ["ws-client"] } | ||
nom = "7.1.1" | ||
nom-supreme = { version = "0.7.0", features = ["error"] } | ||
indexmap = "1.8.1" | ||
... | ... |
No preview for this file type
Please register or sign in to comment