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

@@ -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"