Skip to content

Commit b6e48a8

Browse files
gnunicorns3krit
andauthored
Releasing rc4 – Rhinoceros (#6515)
Co-authored-by: Martin Pugh <pugh@s3kr.it>
1 parent c2b7b90 commit b6e48a8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-proxy"
3-
version = "2.0.0-rc3"
3+
version = "2.0.0-rc4"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -14,19 +14,19 @@ 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 }
17-
frame-support = { version = "2.0.0-rc3", default-features = false, path = "../support" }
18-
frame-system = { version = "2.0.0-rc3", default-features = false, path = "../system" }
19-
sp-core = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/core" }
20-
sp-io = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/io" }
21-
sp-runtime = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/runtime" }
22-
sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/std" }
17+
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
18+
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
19+
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/core" }
20+
sp-io = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/io" }
21+
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
22+
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
2323

24-
frame-benchmarking = { version = "2.0.0-rc3", default-features = false, path = "../benchmarking", optional = true }
24+
frame-benchmarking = { version = "2.0.0-rc4", default-features = false, path = "../benchmarking", optional = true }
2525

2626
[dev-dependencies]
27-
sp-core = { version = "2.0.0-rc3", path = "../../primitives/core" }
28-
pallet-balances = { version = "2.0.0-rc3", path = "../balances" }
29-
pallet-utility = { version = "2.0.0-rc3", path = "../utility" }
27+
sp-core = { version = "2.0.0-rc4", path = "../../primitives/core" }
28+
pallet-balances = { version = "2.0.0-rc4", path = "../balances" }
29+
pallet-utility = { version = "2.0.0-rc4", path = "../utility" }
3030

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

0 commit comments

Comments
 (0)