Sort tables in Cargo.toml files (#23602)
This commit is contained in:
@@ -9,10 +9,10 @@ homepage = "https://solana.com/"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.5"
|
||||
clap = "2.33.1"
|
||||
solana-streamer = { path = "../streamer", version = "=1.10.2" }
|
||||
crossbeam-channel = "0.5"
|
||||
solana-net-utils = { path = "../net-utils", version = "=1.10.2" }
|
||||
solana-streamer = { path = "../streamer", version = "=1.10.2" }
|
||||
solana-version = { path = "../version", version = "=1.10.2" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
Reference in New Issue
Block a user