1
1
[package ]
2
2
name = " frame-executive"
3
- version = " 2.0.0-rc4 "
3
+ version = " 2.0.0-rc5 "
4
4
authors = [" Parity Technologies <admin@parity.io>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -13,22 +13,22 @@ targets = ["x86_64-unknown-linux-gnu"]
13
13
14
14
[dependencies ]
15
15
codec = { package = " parity-scale-codec" , version = " 1.3.1" , default-features = false , features = [" derive" ] }
16
- frame-support = { version = " 2.0.0-rc4 " , default-features = false , path = " ../support" }
17
- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../system" }
16
+ frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../support" }
17
+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../system" }
18
18
serde = { version = " 1.0.101" , optional = true }
19
- sp-runtime = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/runtime" }
20
- sp-tracing = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/tracing" }
21
- sp-std = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/std" }
22
- sp-io = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/io" }
19
+ sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/runtime" }
20
+ sp-tracing = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/tracing" }
21
+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/std" }
22
+ sp-io = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/io" }
23
23
24
24
[dev-dependencies ]
25
25
hex-literal = " 0.2.1"
26
- sp-core = { version = " 2.0.0-rc4 " , path = " ../../primitives/core" }
27
- sp-io ={ version = " 2.0.0-rc4 " , path = " ../../primitives/io" }
28
- pallet-indices = { version = " 2.0.0-rc4 " , path = " ../indices" }
29
- pallet-balances = { version = " 2.0.0-rc4 " , path = " ../balances" }
30
- pallet-transaction-payment = { version = " 2.0.0-rc4 " , path = " ../transaction-payment" }
31
- sp-version = { version = " 2.0.0-rc4 " , path = " ../../primitives/version" }
26
+ sp-core = { version = " 2.0.0-rc5 " , path = " ../../primitives/core" }
27
+ sp-io ={ version = " 2.0.0-rc5 " , path = " ../../primitives/io" }
28
+ pallet-indices = { version = " 2.0.0-rc5 " , path = " ../indices" }
29
+ pallet-balances = { version = " 2.0.0-rc5 " , path = " ../balances" }
30
+ pallet-transaction-payment = { version = " 2.0.0-rc5 " , path = " ../transaction-payment" }
31
+ sp-version = { version = " 2.0.0-rc5 " , path = " ../../primitives/version" }
32
32
33
33
[features ]
34
34
default = [" std" ]
0 commit comments