difftreelog
fix unique deps
in: master
2 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -8508,7 +8508,10 @@
"frame-try-runtime",
"hex-literal",
"log",
+ "orml-tokens",
+ "orml-traits",
"orml-vesting",
+ "orml-xtokens",
"pallet-aura",
"pallet-balances",
"pallet-base-fee",
@@ -8520,6 +8523,7 @@
"pallet-evm-contract-helpers",
"pallet-evm-migration",
"pallet-evm-transaction-payment",
+ "pallet-foreing-assets",
"pallet-fungible",
"pallet-inflation",
"pallet-nonfungible",
@@ -12497,7 +12501,10 @@
"frame-try-runtime",
"hex-literal",
"log",
+ "orml-tokens",
+ "orml-traits",
"orml-vesting",
+ "orml-xtokens",
"pallet-aura",
"pallet-balances",
"pallet-base-fee",
@@ -12509,6 +12516,7 @@
"pallet-evm-contract-helpers",
"pallet-evm-migration",
"pallet-evm-transaction-payment",
+ "pallet-foreing-assets",
"pallet-fungible",
"pallet-inflation",
"pallet-nonfungible",
runtime/unique/Cargo.tomldiffbeforeafterboth116 'xcm-builder/std',116 'xcm-builder/std',117 'xcm-executor/std',117 'xcm-executor/std',118 'up-common/std',118 'up-common/std',119 'rmrk-rpc/std',120 'evm-coder/std',121 'up-sponsorship/std',119122120 "orml-vesting/std",123 "orml-vesting/std",124 "orml-tokens/std",125 "orml-xtokens/std",126 "orml-traits/std",127 "pallet-foreing-assets/std"121]128]122limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']129limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']123unique-runtime = []130unique-runtime = []124131125refungible = []132refungible = []126scheduler = []133scheduler = []127rmrk = []134rmrk = []135foreign-assets = []128136129################################################################################137################################################################################130# Substrate Dependencies138# Substrate Dependencies397version = "0.4.1-dev"405version = "0.4.1-dev"398default-features = false406default-features = false399407408[dependencies.orml-xtokens]409git = "https://github.com/open-web3-stack/open-runtime-module-library"410branch = "polkadot-v0.9.27"411version = "0.4.1-dev"412default-features = false413414[dependencies.orml-tokens]415git = "https://github.com/open-web3-stack/open-runtime-module-library"416branch = "polkadot-v0.9.27"417version = "0.4.1-dev"418default-features = false419420[dependencies.orml-traits]421git = "https://github.com/open-web3-stack/open-runtime-module-library"422branch = "polkadot-v0.9.27"423version = "0.4.1-dev"424default-features = false400################################################################################425################################################################################401# local dependencies426# local dependencies402427435fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }460fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }436evm-coder = { default-features = false, path = '../../crates/evm-coder' }461evm-coder = { default-features = false, path = '../../crates/evm-coder' }437up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }462up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }463pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }438464439################################################################################465################################################################################440# Build Dependencies466# Build Dependencies