Fix cargo

This commit is contained in:
Branislav Kontur
2022-12-05 11:16:54 +01:00
parent 9982003d58
commit 46858d6da9
2 changed files with 16 additions and 40 deletions
Generated
+12 -40
View File
@@ -854,6 +854,7 @@ dependencies = [
name = "bp-relayers"
version = "0.1.0"
dependencies = [
"bp-messages",
"frame-support",
"hex",
"hex-literal",
@@ -4443,7 +4444,7 @@ dependencies = [
"pallet-vesting",
"pallet-whitelist",
"pallet-xcm",
"pallet-xcm-benchmarks 0.9.31 (git+https://github.com/paritytech//polkadot?branch=locked-for-gav-xcm-v3-and-bridges)",
"pallet-xcm-benchmarks",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-common",
@@ -6959,23 +6960,6 @@ dependencies = [
"xcm-executor",
]
[[package]]
name = "pallet-xcm-benchmarks"
version = "0.9.31"
source = "git+https://github.com/paritytech/polkadot?branch=master#40aefb4ac396bcd098755c6d57dac7b284a343e7"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
"scale-info",
"sp-runtime",
"sp-std",
"xcm",
"xcm-executor",
]
[[package]]
name = "parachain-info"
version = "0.1.0"
@@ -8819,7 +8803,7 @@ dependencies = [
"sp-transaction-pool",
"sp-version",
"substrate-wasm-builder",
"test-runtime-constants 0.9.31 (git+https://github.com/paritytech//polkadot?branch=locked-for-gav-xcm-v3-and-bridges)",
"test-runtime-constants",
"xcm",
"xcm-builder",
"xcm-executor",
@@ -8828,7 +8812,7 @@ dependencies = [
[[package]]
name = "polkadot-test-service"
version = "0.9.31"
source = "git+https://github.com/paritytech/polkadot?branch=master#40aefb4ac396bcd098755c6d57dac7b284a343e7"
source = "git+https://github.com/paritytech//polkadot?branch=locked-for-gav-xcm-v3-and-bridges#9fc6b88ccc7abc1418ff5260e8cc492e647306a0"
dependencies = [
"frame-benchmarking",
"frame-system",
@@ -8874,7 +8858,7 @@ dependencies = [
"sp-state-machine",
"substrate-test-client",
"tempfile",
"test-runtime-constants 0.9.31 (git+https://github.com/paritytech/polkadot?branch=master)",
"test-runtime-constants",
"tokio",
"tracing-gum",
]
@@ -9580,7 +9564,7 @@ dependencies = [
"pallet-utility",
"pallet-vesting",
"pallet-xcm",
"pallet-xcm-benchmarks 0.9.31 (git+https://github.com/paritytech//polkadot?branch=locked-for-gav-xcm-v3-and-bridges)",
"pallet-xcm-benchmarks",
"parity-scale-codec",
"polkadot-parachain 0.9.31",
"polkadot-primitives",
@@ -12161,7 +12145,7 @@ dependencies = [
"pallet-uniques",
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks 0.9.31 (git+https://github.com/paritytech/polkadot?branch=master)",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
@@ -12225,7 +12209,7 @@ dependencies = [
"pallet-uniques",
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks 0.9.31 (git+https://github.com/paritytech/polkadot?branch=master)",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
@@ -12470,7 +12454,7 @@ dependencies = [
[[package]]
name = "substrate-test-utils"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#4e1e17cccd499dfe49e8c1bed01957953aa4c839"
source = "git+https://github.com/paritytech//substrate?branch=sv-locked-for-gav-xcm-v3-and-bridges#87f3fdea8f227d33322c439d45a9e1796637e972"
dependencies = [
"futures",
"substrate-test-utils-derive",
@@ -12480,7 +12464,7 @@ dependencies = [
[[package]]
name = "substrate-test-utils-derive"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#4e1e17cccd499dfe49e8c1bed01957953aa4c839"
source = "git+https://github.com/paritytech//substrate?branch=sv-locked-for-gav-xcm-v3-and-bridges#87f3fdea8f227d33322c439d45a9e1796637e972"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -12608,18 +12592,6 @@ dependencies = [
"sp-runtime",
]
[[package]]
name = "test-runtime-constants"
version = "0.9.31"
source = "git+https://github.com/paritytech/polkadot?branch=master#40aefb4ac396bcd098755c6d57dac7b284a343e7"
dependencies = [
"frame-support",
"polkadot-primitives",
"polkadot-runtime-common",
"smallvec",
"sp-runtime",
]
[[package]]
name = "textwrap"
version = "0.15.1"
@@ -13697,7 +13669,7 @@ dependencies = [
"pallet-utility",
"pallet-vesting",
"pallet-xcm",
"pallet-xcm-benchmarks 0.9.31 (git+https://github.com/paritytech//polkadot?branch=locked-for-gav-xcm-v3-and-bridges)",
"pallet-xcm-benchmarks",
"parity-scale-codec",
"polkadot-parachain 0.9.31",
"polkadot-primitives",
@@ -13781,7 +13753,7 @@ dependencies = [
"pallet-uniques",
"pallet-utility",
"pallet-xcm",
"pallet-xcm-benchmarks 0.9.31 (git+https://github.com/paritytech/polkadot?branch=master)",
"pallet-xcm-benchmarks",
"parachain-info",
"parachains-common",
"parity-scale-codec",
+4
View File
@@ -252,11 +252,13 @@ pallet-election-provider-support-benchmarking = { git = "https://github.com/pari
pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "sv-locked-for-gav-xcm-v3-and-bridges" }
pallet-offences-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "sv-locked-for-gav-xcm-v3-and-bridges" }
pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "sv-locked-for-gav-xcm-v3-and-bridges" }
substrate-test-utils = { git = "https://github.com/paritytech//substrate", branch = "sv-locked-for-gav-xcm-v3-and-bridges" }
[patch."https://github.com/paritytech/polkadot"]
kusama-runtime = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
pallet-xcm = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
polkadot-approval-distribution = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
polkadot-availability-bitfield-distribution = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
polkadot-availability-distribution = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
@@ -312,3 +314,5 @@ xcm = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-ga
xcm-builder = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
xcm-executor = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
xcm-procedural = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
test-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }
polkadot-test-service = { git = "https://github.com/paritytech//polkadot", branch = "locked-for-gav-xcm-v3-and-bridges" }