removes unused Cargo dependencies (#22022)

Also moving some to [dev-dependencies] so that they are not propagated
to other packages which depend on the package.
This commit is contained in:
behzad nouri
2021-12-22 17:01:33 +00:00
committed by GitHub
parent 61cc7b10a9
commit f67ecd5c18
23 changed files with 40 additions and 172 deletions

View File

@ -18,12 +18,14 @@ serde = "1.0.132"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../../frozen-abi", version = "=1.10.0" }
solana-frozen-abi-macro = { path = "../../frozen-abi/macro", version = "=1.10.0" }
solana-logger = { path = "../../logger", version = "=1.10.0" }
solana-metrics = { path = "../../metrics", version = "=1.10.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.10.0" }
solana-sdk = { path = "../../sdk", version = "=1.10.0" }
thiserror = "1.0"
[dev-dependencies]
solana-logger = { path = "../../logger", version = "=1.10.0" }
[build-dependencies]
rustc_version = "0.4"