From fdf8c5bfe06f6a0b40790ecd9c9e8031abdf6bce Mon Sep 17 00:00:00 2001 From: Shaun Wang Date: Fri, 14 May 2021 02:29:46 +0000 Subject: [PATCH] Fix polkadot deps: use 'release-v0.9.1' branch. --- traits/Cargo.toml | 2 +- unknown-tokens/Cargo.toml | 2 +- xcm-support/Cargo.toml | 4 ++-- xtokens/Cargo.toml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 0971fecc3..983c97a87 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -17,7 +17,7 @@ num-traits = { version = "0.2.14", default-features = false } impl-trait-for-tuples = "0.2.1" frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } -# xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false } +# xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1", default-features = false } [features] default = ["std"] diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 1b8cfb902..edc96557f 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -14,7 +14,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false } diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index dc5dd2886..f9a32c5d1 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -15,8 +15,8 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkad frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1", default-features = false } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index f38a29eda..687e3553f 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -19,21 +19,21 @@ frame-system = { git = "https://github.com/paritytech/substrate", branch = "polk cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false } orml-traits = { path = "../traits", default-features = false} [dev-dependencies] sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" } 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" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "polkadot-v0.9.1" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } orml-tokens = { path = "../tokens", version = "0.4.1-dev" } orml-traits = { path = "../traits", version = "0.4.1-dev" }