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
+1 -1
View File
@@ -21,7 +21,7 @@ sp-std = { version = "3.0.0", default-features = false, path = "../../primitives
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io", optional = true }
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
sp-inherents = { version = "3.0.0", default-features = false, path = "../../primitives/inherents" }
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 }
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
sp-timestamp = { version = "3.0.0", default-features = false, path = "../../primitives/timestamp" }