git.delta.rocks / unique-network / refs/commits / c48658e80a89

difftreelog

fix quartz deps

Daniel Shiposha2022-08-23parent: #5ae285c.patch.diff
in: master

1 file changed

modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
115 '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',
118121
119 "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 = []
123130
124refungible = []131refungible = []
125scheduler = []132scheduler = []
126rmrk = []133rmrk = []
134foreign-assets = []
127135
128################################################################################136################################################################################
129# Substrate Dependencies137# Substrate Dependencies
396version = "0.4.1-dev"404version = "0.4.1-dev"
397default-features = false405default-features = false
406
407[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 = false
412
413[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 = false
418
419[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 = false
424
398425
399################################################################################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" }
444472
445################################################################################473################################################################################
446# Build Dependencies474# Build Dependencies