From c86e991b2ceb2c0b0a0a37059ea86cf29ffed632 Mon Sep 17 00:00:00 2001 From: Shaun Wang Date: Tue, 8 Jun 2021 02:14:09 +0000 Subject: [PATCH] Update xtokens dependencies. --- xtokens/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index d3c5501a3..450e82d88 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -17,7 +17,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4", default-features = false } @@ -30,8 +30,8 @@ polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", bra polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.4" } xcm-simulator = { git = "https://github.com/shaunxw/xcm-simulator", branch = "master" } -cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" } -parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" } +cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4" } +parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.4" } xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" } xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.4" }