From 2d4fe5466990a4623c59eca721d2531e6941f541 Mon Sep 17 00:00:00 2001 From: brettkolodny Date: Thu, 22 Apr 2021 16:14:51 -0400 Subject: [PATCH] Updated frame-support version (#461) --- 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]