1
1
[package ]
2
2
name = " pallet-contracts"
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"
@@ -17,24 +17,24 @@ pwasm-utils = { version = "0.12.0", default-features = false }
17
17
codec = { package = " parity-scale-codec" , version = " 1.3.1" , default-features = false , features = [" derive" ] }
18
18
parity-wasm = { version = " 0.41.0" , default-features = false }
19
19
wasmi-validation = { version = " 0.3.0" , default-features = false }
20
- sp-core = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/core" }
21
- sp-runtime = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/runtime" }
22
- sp-io = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/io" }
23
- sp-std = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/std" }
24
- sp-sandbox = { version = " 0.8.0-rc4 " , default-features = false , path = " ../../primitives/sandbox" }
25
- frame-support = { version = " 2.0.0-rc4 " , default-features = false , path = " ../support" }
26
- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../system" }
27
- pallet-contracts-primitives = { version = " 2.0.0-rc4 " , default-features = false , path = " common" }
20
+ sp-core = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/core" }
21
+ sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/runtime" }
22
+ sp-io = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/io" }
23
+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/std" }
24
+ sp-sandbox = { version = " 0.8.0-rc5 " , default-features = false , path = " ../../primitives/sandbox" }
25
+ frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../support" }
26
+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../system" }
27
+ pallet-contracts-primitives = { version = " 2.0.0-rc5 " , default-features = false , path = " common" }
28
28
bitflags = " 1.0"
29
29
30
30
[dev-dependencies ]
31
31
wabt = " 0.9.2"
32
32
assert_matches = " 1.3.0"
33
33
hex-literal = " 0.2.1"
34
34
pretty_assertions = " 0.6.1"
35
- pallet-balances = { version = " 2.0.0-rc4 " , path = " ../balances" }
36
- pallet-timestamp = { version = " 2.0.0-rc4 " , path = " ../timestamp" }
37
- pallet-randomness-collective-flip = { version = " 2.0.0-rc4 " , path = " ../randomness-collective-flip" }
35
+ pallet-balances = { version = " 2.0.0-rc5 " , path = " ../balances" }
36
+ pallet-timestamp = { version = " 2.0.0-rc5 " , path = " ../timestamp" }
37
+ pallet-randomness-collective-flip = { version = " 2.0.0-rc5 " , path = " ../randomness-collective-flip" }
38
38
39
39
[features ]
40
40
default = [" std" ]
0 commit comments