Sort tables in Cargo.toml files (#23602)
This commit is contained in:
@@ -10,6 +10,7 @@ documentation = "https://docs.rs/solana-poh"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.3.3"
|
||||
crossbeam-channel = "0.5"
|
||||
dlopen = "0.1.8"
|
||||
dlopen_derive = "0.1.4"
|
||||
@@ -23,7 +24,6 @@ solana-metrics = { path = "../metrics", version = "=1.10.2" }
|
||||
solana-perf = { path = "../perf", version = "=1.10.2" }
|
||||
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.2" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.10.2" }
|
||||
bincode = "1.3.3"
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.9"
|
||||
|
Reference in New Issue
Block a user