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:
Bastian Köcher
2021-02-09 13:31:44 +01:00
committed by GitHub
parent 1eeafdd2b3
commit f174e14793
13 changed files with 26 additions and 39 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ paste = "1.0"
once_cell = { version = "1", default-features = false, optional = true }
sp-state-machine = { version = "0.8.0", optional = true, path = "../../primitives/state-machine" }
bitflags = "1.2"
impl-trait-for-tuples = "0.2.0"
impl-trait-for-tuples = "0.2.1"
smallvec = "1.4.1"
[dev-dependencies]