From c9ddb24a7c6a2752c05099b80e135d8f0ef2253e Mon Sep 17 00:00:00 2001 From: zjb0807 Date: Fri, 5 Mar 2021 12:41:05 +0800 Subject: [PATCH] fix ci --- benchmarking/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index b4f507f85..12110bd2d 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -18,7 +18,7 @@ sp-std = { version = "3.0.0", default-features = false } sp-io = { version = "3.0.0", default-features = false } frame-support = { version = "3.0.0", default-features = false } frame-system = { version = "3.0.0", default-features = false } -frame-benchmarking = { version = "3.0.0", default-features = false } +frame-benchmarking = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "e03ca38d45f438932ec92bf69a40b6b16b6ec643" } funty = { version = "=1.1.0", default-features = false } # https://github.com/bitvecto-rs/bitvec/issues/105