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:
@ -24,6 +24,3 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" }
|
||||
solana-vote-program = { path = "../programs/vote", version = "=1.10.0" }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
|
Reference in New Issue
Block a user