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

@ -12,8 +12,8 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
byteorder = "1.4.3"
log = "0.4.14"
libsecp256k1 = "0.6.0"
log = "0.4.14"
solana-measure = { path = "../../measure", version = "=1.10.2" }
solana-metrics = { path = "../../metrics", version = "=1.10.2" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.10.2" }