Skip to content

Commit f002a80

Browse files
authored
Fixup cargo unleash (#6689)
* Bumping to rc5 * Revert "Bumping to rc5" This reverts commit 5a63a8230e5a12db1b4ce4ac62e4967c52291da7. * Bumping for rc5, correctly this time
1 parent 3fdbda3 commit f002a80

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame-benchmarking"
3-
version = "2.0.0-rc4"
3+
version = "2.0.0-rc5"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -15,13 +15,13 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
linregress = "0.1"
1616
paste = "0.1"
1717
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false }
18-
sp-api = { version = "2.0.0-rc4", path = "../../primitives/api", default-features = false }
19-
sp-runtime-interface = { version = "2.0.0-rc4", path = "../../primitives/runtime-interface", default-features = false }
20-
sp-runtime = { version = "2.0.0-rc4", path = "../../primitives/runtime", default-features = false }
21-
sp-std = { version = "2.0.0-rc4", path = "../../primitives/std", default-features = false }
22-
sp-io = { version = "2.0.0-rc4", path = "../../primitives/io", default-features = false }
23-
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
24-
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
18+
sp-api = { version = "2.0.0-rc5", path = "../../primitives/api", default-features = false }
19+
sp-runtime-interface = { version = "2.0.0-rc5", path = "../../primitives/runtime-interface", default-features = false }
20+
sp-runtime = { version = "2.0.0-rc5", path = "../../primitives/runtime", default-features = false }
21+
sp-std = { version = "2.0.0-rc5", path = "../../primitives/std", default-features = false }
22+
sp-io = { version = "2.0.0-rc5", path = "../../primitives/io", default-features = false }
23+
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
24+
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }
2525

2626
[features]
2727
default = [ "std" ]

0 commit comments

Comments
 (0)