Skip to content

Commit 22f6f5f

Browse files
gnunicorns3krit
andauthored
Releasing rc4 – Rhinoceros (#6515)
Co-authored-by: Martin Pugh <[email protected]>
1 parent 623840d commit 22f6f5f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-babe"
3-
version = "2.0.0-rc3"
3+
version = "2.0.0-rc4"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -14,22 +14,22 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
1616
serde = { version = "1.0.101", optional = true }
17-
sp-inherents = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/inherents" }
18-
sp-application-crypto = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/application-crypto" }
19-
sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/std" }
20-
sp-runtime = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/runtime" }
21-
sp-staking = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/staking" }
22-
frame-support = { version = "2.0.0-rc3", default-features = false, path = "../support" }
23-
frame-system = { version = "2.0.0-rc3", default-features = false, path = "../system" }
24-
pallet-timestamp = { version = "2.0.0-rc3", default-features = false, path = "../timestamp" }
25-
sp-timestamp = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/timestamp" }
26-
pallet-session = { version = "2.0.0-rc3", default-features = false, path = "../session" }
27-
sp-consensus-babe = { version = "0.8.0-rc3", default-features = false, path = "../../primitives/consensus/babe" }
28-
sp-consensus-vrf = { version = "0.8.0-rc3", default-features = false, path = "../../primitives/consensus/vrf" }
29-
sp-io = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/io" }
17+
sp-inherents = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/inherents" }
18+
sp-application-crypto = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/application-crypto" }
19+
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
20+
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
21+
sp-staking = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/staking" }
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" }
24+
pallet-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../timestamp" }
25+
sp-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/timestamp" }
26+
pallet-session = { version = "2.0.0-rc4", default-features = false, path = "../session" }
27+
sp-consensus-babe = { version = "0.8.0-rc4", default-features = false, path = "../../primitives/consensus/babe" }
28+
sp-consensus-vrf = { version = "0.8.0-rc4", default-features = false, path = "../../primitives/consensus/vrf" }
29+
sp-io = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/io" }
3030

3131
[dev-dependencies]
32-
sp-core = { version = "2.0.0-rc3", path = "../../primitives/core" }
32+
sp-core = { version = "2.0.0-rc4", path = "../../primitives/core" }
3333

3434
[features]
3535
default = ["std"]

0 commit comments

Comments
 (0)