Skip to content

Commit 6b5093f

Browse files
authored
Prune leftover standalone dependencies (paritytech#282)
1 parent a59e0e9 commit 6b5093f

File tree

2 files changed

+74
-43
lines changed

2 files changed

+74
-43
lines changed

Cargo.lock

+74-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ stake = { path = "../pallets/stake", default-features = false }
2020
pallet-author-filter = { path = "../pallets/author-filter", default-features = false }
2121

2222
# Substrate dependencies
23-
pallet-aura = { git = "https://github.com/paritytech/substrate.git", default-features = false, branch = "master", optional = true }
2423
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
2524
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
2625
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -46,9 +45,6 @@ frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate"
4645
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
4746
pallet-evm = { git = "https://github.com/purestake/frontier", default-features = false, branch = "v0.6-moonbeam" }
4847

49-
sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master", optional = true }
50-
pallet-grandpa = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master", optional = true }
51-
5248
pallet-ethereum = { default-features = false, git = "https://github.com/purestake/frontier", branch = "v0.6-moonbeam" }
5349
fp-rpc = { default-features = false, git = "https://github.com/purestake/frontier", branch = "v0.6-moonbeam" }
5450

0 commit comments

Comments
 (0)