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

@ -43,8 +43,8 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.2"
solana-runtime = { path = "../runtime", version = "=1.10.2" }
solana-sdk = { path = "../sdk", version = "=1.10.2" }
solana-send-transaction-service = { path = "../send-transaction-service", version = "=1.10.2" }
solana-streamer = { path = "../streamer", version = "=1.10.2" }
solana-storage-bigtable = { path = "../storage-bigtable", version = "=1.10.2" }
solana-streamer = { path = "../streamer", version = "=1.10.2" }
solana-transaction-status = { path = "../transaction-status", version = "=1.10.2" }
solana-version = { path = "../version", version = "=1.10.2" }
solana-vote-program = { path = "../programs/vote", version = "=1.10.2" }