Sort tables in Cargo.toml files (#23602)

This commit is contained in:
Brooks Prumo
2022-03-11 11:05:57 -06:00
committed by GitHub
parent 2bff36dfba
commit d20dd21600
49 changed files with 109 additions and 112 deletions

View File

@@ -21,8 +21,8 @@ tokio = { version = "1", features = ["full"] }
tokio-serde = { version = "0.8", features = ["bincode"] }
[dev-dependencies]
solana-runtime = { path = "../runtime", version = "=1.10.2" }
solana-banks-server = { path = "../banks-server", version = "=1.10.2" }
solana-runtime = { path = "../runtime", version = "=1.10.2" }
[lib]
crate-type = ["lib"]