Frame Benchmarking v3.1.0 released (#8206)

* Releasing frame-benchmarking 3.1

* bump in the entire dependency tree
This commit is contained in:
Benjamin Kampmann
2021-02-25 17:04:36 +01:00
committed by GitHub
parent f2436b87b5
commit 0b4126ca40
35 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ sp-application-crypto = { version = "3.0.0", default-features = false, path = ".
sp-election-providers = { version = "3.0.0", default-features = false, path = "../../primitives/election-providers" }
# Optional imports for benchmarking
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
rand_chacha = { version = "0.2", default-features = false, optional = true }
[dev-dependencies]
@@ -41,7 +41,7 @@ pallet-balances = { version = "3.0.0", path = "../balances" }
pallet-timestamp = { version = "3.0.0", path = "../timestamp" }
pallet-staking-reward-curve = { version = "3.0.0", path = "../staking/reward-curve" }
substrate-test-utils = { version = "3.0.0", path = "../../test-utils" }
frame-benchmarking = { version = "3.0.0", path = "../benchmarking" }
frame-benchmarking = { version = "3.1.0", path = "../benchmarking" }
sp-election-providers = { version = "3.0.0", features = ["runtime-benchmarks"], path = "../../primitives/election-providers" }
rand_chacha = { version = "0.2" }
parking_lot = "0.11.1"