@@ -13,37 +13,37 @@ serde = { version = "1.0.136", optional = true }
1313codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [" max-encoded-len" ] }
1414
1515# substrate
16- sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.28 " }
17- sp-std = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.28 " }
18- frame-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.28 " }
19- frame-system = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.28 " }
16+ sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.29 " }
17+ sp-std = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.29 " }
18+ frame-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.29 " }
19+ frame-system = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.29 " }
2020
2121# polkadot
22- pallet-xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.28 " }
23- xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.28 " }
24- xcm-builder = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.28 " }
25- xcm-executor = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.28 " }
22+ pallet-xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.29 " }
23+ xcm = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.29 " }
24+ xcm-builder = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.29 " }
25+ xcm-executor = { git = " https://github.com/paritytech/polkadot" , default-features = false , branch = " release-v0.9.29 " }
2626
2727# orml
2828orml-traits = { path = " ../traits" , version = " 0.4.1-dev" , default-features = false }
2929
3030[dev-dependencies ]
3131# substrate
32- sp-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.28 " }
33- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
34- pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.28 " }
32+ sp-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.29 " }
33+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
34+ pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.29 " }
3535
3636# cumulus
37- cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.28 " }
38- cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.28 " }
39- cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.28 " }
40- cumulus-pallet-xcm = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.28 " }
41- parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.28 " }
37+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.29 " }
38+ cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.29 " }
39+ cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.29 " }
40+ cumulus-pallet-xcm = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.29 " }
41+ parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.29 " }
4242
4343# polkadot
44- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.28 " }
45- polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.28 " }
46- xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.28 " }
44+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.29 " }
45+ polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.29 " }
46+ xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.29 " }
4747
4848# orml
4949orml-tokens = { path = " ../tokens" }
0 commit comments