Sort tables in Cargo.toml files (#23602)
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user