CLI: Drop unused runtime dep

This commit is contained in:
Trent Nelson 2020-09-21 11:53:30 -06:00 committed by mergify[bot]
parent 02ba197a06
commit 6767264aa1
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3555,7 +3555,6 @@ dependencies = [
"solana-logger 1.4.0",
"solana-net-utils",
"solana-remote-wallet",
"solana-runtime",
"solana-sdk 1.4.0",
"solana-stake-program",
"solana-transaction-status",

View File

@ -36,7 +36,6 @@ solana-faucet = { path = "../faucet", version = "1.4.0" }
solana-logger = { path = "../logger", version = "1.4.0" }
solana-net-utils = { path = "../net-utils", version = "1.4.0" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.4.0" }
solana-runtime = { path = "../runtime", version = "1.4.0" }
solana-sdk = { path = "../sdk", version = "1.4.0" }
solana-stake-program = { path = "../programs/stake", version = "1.4.0" }
solana-transaction-status = { path = "../transaction-status", version = "1.4.0" }