1
1
[package ]
2
2
name = " pallet-timestamp"
3
- version = " 2.0.0-rc5 "
3
+ version = " 2.0.0-rc6 "
4
4
authors = [" Parity Technologies <admin@parity.io>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -16,19 +16,19 @@ targets = ["x86_64-unknown-linux-gnu"]
16
16
[dependencies ]
17
17
serde = { version = " 1.0.101" , optional = true }
18
18
codec = { package = " parity-scale-codec" , version = " 1.3.1" , default-features = false , features = [" derive" ] }
19
- sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/std" }
20
- sp-io = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/io" , optional = true }
21
- sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/runtime" }
22
- sp-inherents = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/inherents" }
23
- frame-benchmarking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../benchmarking" , optional = true }
24
- frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../support" }
25
- frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../system" }
26
- sp-timestamp = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/timestamp" }
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" , optional = true }
21
+ sp-runtime = { version = " 2.0.0-rc6 " , default-features = false , path = " ../../primitives/runtime" }
22
+ sp-inherents = { version = " 2.0.0-rc6 " , default-features = false , path = " ../../primitives/inherents" }
23
+ frame-benchmarking = { version = " 2.0.0-rc6 " , default-features = false , path = " ../benchmarking" , optional = true }
24
+ frame-support = { version = " 2.0.0-rc6 " , default-features = false , path = " ../support" }
25
+ frame-system = { version = " 2.0.0-rc6 " , default-features = false , path = " ../system" }
26
+ sp-timestamp = { version = " 2.0.0-rc6 " , default-features = false , path = " ../../primitives/timestamp" }
27
27
impl-trait-for-tuples = " 0.1.3"
28
28
29
29
[dev-dependencies ]
30
- sp-io ={ version = " 2.0.0-rc5 " , path = " ../../primitives/io" }
31
- sp-core = { version = " 2.0.0-rc5 " , path = " ../../primitives/core" }
30
+ sp-io ={ version = " 2.0.0-rc6 " , path = " ../../primitives/io" }
31
+ sp-core = { version = " 2.0.0-rc6 " , path = " ../../primitives/core" }
32
32
33
33
[features ]
34
34
default = [" std" ]
0 commit comments