cli: sort option for validators by version

This commit is contained in:
Trent Nelson
2022-04-10 15:16:59 -06:00
committed by Trent Nelson
parent bf13fb4c4b
commit 91993d89b0
5 changed files with 22 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ console = "0.15.0"
humantime = "2.0.1"
indicatif = "0.16.2"
pretty-hex = "0.2.1"
semver = "1.0.6"
serde = "1.0.136"
serde_json = "1.0.79"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }