diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index b4f507f8588270d4e4a5d82396de42c3d0280759..12110bd2de8023f4c271d0b74cd6ed711b76bb92 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