mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Frame Benchmarking v3.1.0 released (#8206)
* Releasing frame-benchmarking 3.1 * bump in the entire dependency tree
This commit is contained in:
committed by
GitHub
parent
f2436b87b5
commit
0b4126ca40
@@ -28,7 +28,7 @@ sp-arithmetic = { version = "3.0.0", default-features = false, path = "../../pri
|
||||
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 = { version = "0.7.3", default-features = false, optional = true, features = ["alloc", "small_rng"] }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -42,7 +42,7 @@ sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
||||
sp-tracing = { version = "3.0.0", path = "../../primitives/tracing" }
|
||||
sp-election-providers = { version = "3.0.0", features = ["runtime-benchmarks"], path = "../../primitives/election-providers" }
|
||||
pallet-balances = { version = "3.0.0", path = "../balances" }
|
||||
frame-benchmarking = { path = "../benchmarking" }
|
||||
frame-benchmarking = { path = "../benchmarking" , version = "3.1.0"}
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user