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