Skip to content

Commit 7cd2c10

Browse files
authored
Update xtokens dependencies. (#514)
1 parent 72dfbe4 commit 7cd2c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xtokens/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v
1717
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
1818
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false }
1919

20-
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3", default-features = false }
20+
cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4", default-features = false }
2121

2222
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4", default-features = false }
2323

@@ -30,8 +30,8 @@ polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", bra
3030
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" }
3131
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" }
3232
xcm-simulator = { git = "https://github.com/shaunxw/xcm-simulator", branch = "master" }
33-
cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" }
34-
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" }
33+
cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4" }
34+
parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4" }
3535
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" }
3636
xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" }
3737

0 commit comments

Comments
 (0)