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
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
wasmi = { version = "0.6.2", optional = true }
impl-trait-for-tuples = "0.2.0"
impl-trait-for-tuples = "0.2.1"
sp-std = { version = "2.0.0", path = "../std", default-features = false }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }