From 313b8b19e82cbea7535dbf79b6f1826ff04cb229 Mon Sep 17 00:00:00 2001 From: Brett Kolodny Date: Thu, 22 Apr 2021 16:14:13 -0400 Subject: [PATCH] Updated frame-support version --- weight-meter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weight-meter/Cargo.toml b/weight-meter/Cargo.toml index 2265bb15e..e9e527744 100644 --- a/weight-meter/Cargo.toml +++ b/weight-meter/Cargo.toml @@ -10,7 +10,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] spin = "0.7.1" -frame-support = { version = "3.0.0", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } weight-meter-procedural = { path = "weight-meter-procedural", default-features = false } [features]