mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01: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:
@@ -25,7 +25,7 @@ sp-io = { version = "2.0.0", default-features = false, path = "../io" }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
paste = "1.0"
|
||||
rand = { version = "0.7.2", optional = true }
|
||||
impl-trait-for-tuples = "0.2.0"
|
||||
impl-trait-for-tuples = "0.2.1"
|
||||
parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] }
|
||||
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
||||
either = { version = "1.5", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user