Skip to content

Commit

Permalink
remove useless deps (availproject#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz authored Jul 28, 2023
1 parent 5f61d8d commit 135dded
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 123 deletions.
115 changes: 2 additions & 113 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ sc-telemetry = { git = "https://github.com/paritytech/substrate.git", branch = "
sc-keystore = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sp-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sc-consensus = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
Expand Down Expand Up @@ -114,8 +112,6 @@ pallet-sudo = { git = "https://github.com/paritytech/substrate.git", branch = "p
pallet-authority-discovery = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
pallet-tips = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
pallet-membership = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
pallet-bags-list = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.37" }
Expand Down
3 changes: 0 additions & 3 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ sp-transaction-pool = "4.0.0-dev"
sp-inherents = "4.0.0-dev"
sc-transaction-pool-api = "4.0.0-dev"
sp-transaction-storage-proof = "4.0.0-dev"
sc-consensus-aura = "0.10.0-dev"
sc-consensus-babe-rpc = "0.10.0-dev"
sp-consensus-aura = "0.10.0-dev"
sp-consensus-babe = "0.10.0-dev"
sp-consensus = "0.10.0-dev"
sc-consensus = "0.10.0-dev"
Expand Down Expand Up @@ -94,7 +92,6 @@ primitive-types = "0.12.0"
# FRAME
pallet-im-online = "4.0.0-dev"
frame-system = "4.0.0-dev"
pallet-asset-tx-payment = "4.0.0-dev"
pallet-transaction-payment = "4.0.0-dev"
frame-system-rpc-runtime-api = "4.0.0-dev"
frame-support = "4.0.0-dev"
Expand Down
3 changes: 0 additions & 3 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,10 @@ pallet-authority-discovery = { version = "4.0.0-dev", default-features = false }
pallet-elections-phragmen = { version = "5.0.0-dev", default-features = false }
pallet-tips = { version = "4.0.0-dev", default-features = false }
pallet-membership = { version = "4.0.0-dev", default-features = false }
pallet-randomness-collective-flip = { version = "4.0.0-dev", default-features = false }
pallet-bags-list = { version = "4.0.0-dev", default-features = false }
pallet-election-provider-multi-phase = { version = "4.0.0-dev", default-features = false }
frame-election-provider-support = { version = "4.0.0-dev", default-features = false }
pallet-democracy = { version = "4.0.0-dev", default-features = false }
pallet-asset-tx-payment = { version = "4.0.0-dev", default-features = false }
pallet-mmr = { version = "4.0.0-dev", default-features = false }
pallet-multisig = { version = "4.0.0-dev", default-features = false }
pallet-child-bounties = { version = "4.0.0-dev", default-features = false }
Expand Down Expand Up @@ -153,7 +151,6 @@ std = [
"pallet-offences/std",
"pallet-preimage/std",
"sp-core/std",
"pallet-randomness-collective-flip/std",
"sp-std/std",
"pallet-session/std",
"sp-api/std",
Expand Down

0 comments on commit 135dded

Please sign in to comment.