cli: sort option for validators by version (#24237)

(cherry picked from commit 91993d89b0)

# Conflicts:
#	Cargo.lock
#	cli-output/Cargo.toml
#	programs/bpf/Cargo.lock

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2022-04-15 09:19:12 +00:00
committed by GitHub
parent c289cd2a4b
commit 3bf00e4af5
5 changed files with 22 additions and 0 deletions

View File

@ -3317,6 +3317,7 @@ dependencies = [
"console",
"humantime",
"indicatif",
"semver 1.0.6",
"serde",
"serde_json",
"solana-account-decoder",