Skip to content

Commit 4a7538b

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

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-timestamp"
3-
version = "2.0.0-rc6"
3+
version = "2.0.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -17,19 +17,19 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
[dependencies]
1818
serde = { version = "1.0.101", optional = true }
1919
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
20-
sp-std = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/std" }
21-
sp-io = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/io", optional = true }
22-
sp-runtime = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/runtime" }
23-
sp-inherents = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/inherents" }
24-
frame-benchmarking = { version = "2.0.0-rc6", default-features = false, path = "../benchmarking", optional = true }
25-
frame-support = { version = "2.0.0-rc6", default-features = false, path = "../support" }
26-
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
27-
sp-timestamp = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/timestamp" }
20+
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
21+
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io", optional = true }
22+
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
23+
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
24+
frame-benchmarking = { version = "2.0.0", default-features = false, path = "../benchmarking", optional = true }
25+
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
26+
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
27+
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../primitives/timestamp" }
2828
impl-trait-for-tuples = "0.1.3"
2929

3030
[dev-dependencies]
31-
sp-io ={ version = "2.0.0-rc6", path = "../../primitives/io" }
32-
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
31+
sp-io ={ version = "2.0.0", path = "../../primitives/io" }
32+
sp-core = { version = "2.0.0", path = "../../primitives/core" }
3333

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

0 commit comments

Comments
 (0)