Skip to content

Commit 92f1d34

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 929f1e4 commit 92f1d34

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-indices"
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"
@@ -14,18 +14,18 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
serde = { version = "1.0.101", optional = true }
1616
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
17-
sp-keyring = { version = "2.0.0-rc4", optional = true, path = "../../primitives/keyring" }
18-
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
19-
sp-io = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/io" }
20-
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
21-
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/core" }
22-
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
23-
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
17+
sp-keyring = { version = "2.0.0-rc5", optional = true, path = "../../primitives/keyring" }
18+
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
19+
sp-io = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/io" }
20+
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/runtime" }
21+
sp-core = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/core" }
22+
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
23+
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }
2424

25-
frame-benchmarking = { version = "2.0.0-rc4", default-features = false, path = "../benchmarking", optional = true }
25+
frame-benchmarking = { version = "2.0.0-rc5", default-features = false, path = "../benchmarking", optional = true }
2626

2727
[dev-dependencies]
28-
pallet-balances = { version = "2.0.0-rc4", path = "../balances" }
28+
pallet-balances = { version = "2.0.0-rc5", path = "../balances" }
2929

3030
[features]
3131
default = ["std"]

0 commit comments

Comments
 (0)