Skip to content

Commit 3a239be

Browse files
authored
Releasing 2.0 – two dot 😮 (#7182)
Tagging the release of substrate 2.0 [ci: skip-checks]
1 parent b442db7 commit 3a239be

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-rc6"
3+
version = "2.0.0"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -15,18 +15,18 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
serde = { version = "1.0.101", optional = true }
1717
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
18-
sp-keyring = { version = "2.0.0-rc6", optional = true, path = "../../primitives/keyring" }
19-
sp-std = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/std" }
20-
sp-io = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/io" }
21-
sp-runtime = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/runtime" }
22-
sp-core = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/core" }
23-
frame-support = { version = "2.0.0-rc6", default-features = false, path = "../support" }
24-
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
18+
sp-keyring = { version = "2.0.0", optional = true, path = "../../primitives/keyring" }
19+
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
20+
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
21+
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
22+
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
23+
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
24+
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
2525

26-
frame-benchmarking = { version = "2.0.0-rc6", default-features = false, path = "../benchmarking", optional = true }
26+
frame-benchmarking = { version = "2.0.0", default-features = false, path = "../benchmarking", optional = true }
2727

2828
[dev-dependencies]
29-
pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
29+
pallet-balances = { version = "2.0.0", path = "../balances" }
3030

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

0 commit comments

Comments
 (0)