1
1
[package ]
2
2
name = " pallet-timestamp"
3
- version = " 2.0.0-rc6 "
3
+ version = " 2.0.0"
4
4
authors = [" Parity Technologies <admin@parity.io>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -17,19 +17,19 @@ targets = ["x86_64-unknown-linux-gnu"]
17
17
[dependencies ]
18
18
serde = { version = " 1.0.101" , optional = true }
19
19
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" }
28
28
impl-trait-for-tuples = " 0.1.3"
29
29
30
30
[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" }
33
33
34
34
[features ]
35
35
default = [" std" ]
0 commit comments