Skip to content

Commit

Permalink
chore: remove default-features false (#4132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs authored Oct 18, 2023
1 parent 779c859 commit 5de7beb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions api/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ chainflip-engine = { path = "../../engine/" }
utilities = { path = "../../utilities/" }

# State Chain
cf-amm = { path = "../../state-chain/amm" }
cf-chains = { path = "../../state-chain/chains" }
cf-primitives = { path = "../../state-chain/primitives" }
chainflip-node = { path = "../../state-chain/node" }
Expand All @@ -40,12 +41,12 @@ pallet-cf-pools = { path = '../../state-chain/pallets/cf-pools' }
pallet-cf-threshold-signature = { path = "../../state-chain/pallets/cf-threshold-signature" }
pallet-cf-validator = { path = "../../state-chain/pallets/cf-validator" }
state-chain-runtime = { path = "../../state-chain/runtime" }
frame-system = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+2' }
cf-amm = { path = "../../state-chain/amm" }
frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+2", default-features = false }

# Substrate key types

# Substrate
frame-system = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+2' }
frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+2" }
sp-consensus-aura = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+2' }
sp-core = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+2' }
sp-consensus-grandpa = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+2' }
codec = { package = "parity-scale-codec", version = "3.6.1" }
codec = { package = "parity-scale-codec", version = "3.6.1" }

0 comments on commit 5de7beb

Please sign in to comment.