Skip to content

Commit

Permalink
added pallet to exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Dec 31, 2021
1 parent 66324d9 commit ad3b85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions frame/dutch-auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "
pallet-currency-factory = { path = "../currency-factory" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }
pallet-assets = { path = '../assets', default-features = false}
orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301", default-features = false }
orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" }
hex-literal = {version = "0.3.3", default-features = false }
composable-tests-helpers = { path = "../composable-tests-helpers" }

Expand All @@ -55,7 +55,6 @@ std = [
"serde",
"scale-info/std",
"orml-traits/std",
"orml-tokens/std",
"frame-system/std",
"frame-support/std",
"codec/std",
Expand Down
1 change: 1 addition & 0 deletions runtime/picasso/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ normal = [
"pallet-vault",
"session-benchmarking",
"vault",
"pallet-dutch-auction",
]

[dependencies]
Expand Down

0 comments on commit ad3b85d

Please sign in to comment.