@@ -13,37 +13,37 @@ serde = { version = "1.0.136", optional = true }
13
13
codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [" max-encoded-len" ] }
14
14
15
15
# substrate
16
- sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.26 " }
17
- sp-std = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.26 " }
18
- frame-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.26 " }
19
- frame-system = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.26 " }
16
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.27 " }
17
+ sp-std = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.27 " }
18
+ frame-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.27 " }
19
+ frame-system = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.27 " }
20
20
21
21
# polkadot
22
- pallet-xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.26 " }
23
- xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.26 " }
24
- xcm-builder = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.26 " }
25
- xcm-executor = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.26 " }
22
+ pallet-xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.27 " }
23
+ xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.27 " }
24
+ xcm-builder = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.27 " }
25
+ xcm-executor = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.27 " }
26
26
27
27
# orml
28
28
orml-traits = { path = " ../traits" , version = " 0.4.1-dev" , default-features = false }
29
29
30
30
[dev-dependencies ]
31
31
# substrate
32
- sp-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.26 " }
33
- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
34
- pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.26 " }
32
+ sp-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.27 " }
33
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
34
+ pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.27 " }
35
35
36
36
# cumulus
37
- cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.26 " }
38
- cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.26 " }
39
- cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.26 " }
40
- cumulus-pallet-xcm = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.26 " }
41
- parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.26 " }
37
+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.27 " }
38
+ cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.27 " }
39
+ cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.27 " }
40
+ cumulus-pallet-xcm = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.27 " }
41
+ parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.27 " }
42
42
43
43
# polkadot
44
- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.26 " }
45
- polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.26 " }
46
- xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.26 " }
44
+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.27 " }
45
+ polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.27 " }
46
+ xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.27 " }
47
47
48
48
# orml
49
49
orml-tokens = { path = " ../tokens" }
0 commit comments