@@ -20,8 +20,8 @@ frame-system = { git = "https://github.com/paritytech/substrate", branch = "polk
20
20
21
21
cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.20" , default-features = false }
22
22
23
- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " , default-features = false }
24
- xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " , default-features = false }
23
+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " , default-features = false }
24
+ xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " , default-features = false }
25
25
26
26
orml-xcm-support = { path = " ../xcm-support" , default-features = false }
27
27
orml-traits = { path = " ../traits" , default-features = false }
@@ -38,13 +38,13 @@ cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "
38
38
parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.20" }
39
39
40
40
# polkadot
41
- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " }
42
- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " }
43
- xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " }
44
- xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " }
45
- pallet-xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " }
46
- polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " }
47
- xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.19 " }
41
+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " }
42
+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " }
43
+ xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " }
44
+ xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " }
45
+ pallet-xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " }
46
+ polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " }
47
+ xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.20 " }
48
48
49
49
orml-tokens = { path = " ../tokens" }
50
50
orml-xcm = { path = " ../xcm" }
0 commit comments