Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Move to dev-dependencies (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Sep 10, 2022
1 parent 6b36dc2 commit d0ff179
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/fee-market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ version = "0.1.0"

[dependencies]
# crates.io
bitvec = { version = "1", default-features = false, features = ["alloc"] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
# paritytech
Expand All @@ -25,18 +24,18 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch =
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
# darwinia-bridges-substrate
bp-messages = { default-features = false, path = "../../primitives/messages" }
bp-runtime = { default-features = false, path = "../../primitives/runtime" }
bp-runtime = { default-features = false, path = "../../primitives/runtime" }
pallet-bridge-messages = { default-features = false, path = "../messages" }

[dev-dependencies]
bitvec = { version = "1" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" }

[features]
default = ["std"]

std = [
# crates.io
"bitvec/std",
"codec/std",
"scale-info/std",
# paritytech
Expand Down

0 comments on commit d0ff179

Please sign in to comment.