From de139df868ea80dd10e2dcd4bf1b669d20f960e5 Mon Sep 17 00:00:00 2001 From: Noxim Date: Fri, 26 Mar 2021 13:13:37 +0200 Subject: [PATCH] Bump impl-trait-for-tuples to 0.2.1 --- traits/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 75c492365..99f411be7 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -14,7 +14,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } num-traits = { version = "0.2.14", default-features = false } -impl-trait-for-tuples = "0.1.3" +impl-trait-for-tuples = "0.2.1" frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false }