mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Switch to latest impl-trait-for-tuples (#8082)
Switches to the latest version everywhere now, as I fixed the problems in the crate ;)
This commit is contained in:
@@ -23,7 +23,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
|
||||
static_assertions = "1.0.0"
|
||||
primitive-types = { version = "0.9.0", default-features = false }
|
||||
sp-storage = { version = "2.0.0", default-features = false, path = "../storage" }
|
||||
impl-trait-for-tuples = "0.2.0"
|
||||
impl-trait-for-tuples = "0.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" }
|
||||
|
||||
Reference in New Issue
Block a user