From 84de5ea9f36f9d94d188d0cef3e649140ed8c7a8 Mon Sep 17 00:00:00 2001 From: Bryan Chen <xlchen1291@gmail.com> Date: Mon, 24 May 2021 10:48:29 +1200 Subject: [PATCH] update cumulus --- xtokens/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index 209c1b2..fa20bb9 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.2", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.2", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.2", 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.2" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.2" } 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.1" } -parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1" } +cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.2" } +parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.2" } xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.2" } xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.2" } -- GitLab