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

@@ -13,6 +13,7 @@ bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.14"
rand = "0.7.0"
solana-client = { path = "../client", version = "=1.10.2" }
solana-core = { path = "../core", version = "=1.10.2" }
solana-gossip = { path = "../gossip", version = "=1.10.2" }
solana-logger = { path = "../logger", version = "=1.10.2" }
@@ -21,7 +22,6 @@ solana-perf = { path = "../perf", version = "=1.10.2" }
solana-sdk = { path = "../sdk", version = "=1.10.2" }
solana-streamer = { path = "../streamer", version = "=1.10.2" }
solana-version = { path = "../version", version = "=1.10.2" }
solana-client = { path = "../client", version = "=1.10.2" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]