difftreelog
fix quartz deps
in: master
1 file changed
runtime/quartz/Cargo.tomldiffbeforeafterboth115 'xcm-builder/std',115 'xcm-builder/std',116 'xcm-executor/std',116 'xcm-executor/std',117 'up-common/std',117 'up-common/std',118 'rmrk-rpc/std',119 'evm-coder/std',120 'up-sponsorship/std',118121119 "orml-vesting/std",122 "orml-vesting/std",123 "orml-tokens/std",124 "orml-xtokens/std",125 "orml-traits/std",126 "pallet-foreing-assets/std"120]127]121limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']128limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']122quartz-runtime = []129quartz-runtime = []123130124refungible = []131refungible = []125scheduler = []132scheduler = []126rmrk = []133rmrk = []134foreign-assets = []127135128################################################################################136################################################################################129# Substrate Dependencies137# Substrate Dependencies396version = "0.4.1-dev"404version = "0.4.1-dev"397default-features = false405default-features = false406407[dependencies.orml-xtokens]408git = "https://github.com/open-web3-stack/open-runtime-module-library"409branch = "polkadot-v0.9.27"410version = "0.4.1-dev"411default-features = false412413[dependencies.orml-tokens]414git = "https://github.com/open-web3-stack/open-runtime-module-library"415branch = "polkadot-v0.9.27"416version = "0.4.1-dev"417default-features = false418419[dependencies.orml-traits]420git = "https://github.com/open-web3-stack/open-runtime-module-library"421branch = "polkadot-v0.9.27"422version = "0.4.1-dev"423default-features = false424398425399################################################################################426################################################################################441fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }468fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }442evm-coder = { default-features = false, path = '../../crates/evm-coder' }469evm-coder = { default-features = false, path = '../../crates/evm-coder' }443up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }470up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }471pallet-foreing-assets = { default-features = false, path = "../../pallets/foreing-assets" }444472445################################################################################473################################################################################446# Build Dependencies474# Build Dependencies