mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +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:
@@ -21,7 +21,7 @@ sp-io = { version = "2.0.0", path = "../../primitives/io", default-features = fa
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-version = { version = "2.0.0", default-features = false, path = "../../primitives/version" }
|
||||
frame-support = { version = "2.0.1", default-features = false, path = "../support" }
|
||||
impl-trait-for-tuples = "0.2.0"
|
||||
impl-trait-for-tuples = "0.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.3"
|
||||
|
||||
Reference in New Issue
Block a user