Skip to content

Commit

Permalink
fixed udeps
Browse files Browse the repository at this point in the history
Signed-off-by: dzmitry-lahoda <dzmitry@lahoda.pro>
  • Loading branch information
dzmitry-lahoda committed Dec 30, 2021
1 parent b1ee26b commit 41c9d4f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions frame/composable-tests-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ serde = { version = "1", optional = true }
sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }
sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }
composable-traits = { default-features = false, path = "../composable-traits" }
frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }

[dependencies.codec]
default-features = false
Expand All @@ -30,5 +28,4 @@ std = [
"codec/std",
"sp-runtime/std",
"scale-info/std",
"composable-traits/std",
]
1 change: 0 additions & 1 deletion frame/dutch-auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pallet-assets = { path = '../assets', default-features = false}
orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" }
orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301", default-features = false }
pallet-currency-factory = { path = "../currency-factory" }
composable-tests-helpers = { path = "../composable-tests-helpers" }

[features]
default = ["std"]
Expand Down

0 comments on commit 41c9d4f

Please sign in to comment.