solana-install update now updates a named release to the latest patch version

This commit is contained in:
Michael Vines
2021-03-11 17:52:16 -08:00
parent 66b4124a68
commit 79280b304b
6 changed files with 319 additions and 166 deletions

View File

@@ -1,9 +1,11 @@
use crate::update_manifest::UpdateManifest;
use serde_derive::{Deserialize, Serialize};
use solana_sdk::pubkey::Pubkey;
use std::fs::{create_dir_all, File};
use std::io::{self, Write};
use std::path::{Path, PathBuf};
use {
crate::update_manifest::UpdateManifest,
serde::{Deserialize, Serialize},
solana_sdk::pubkey::Pubkey,
std::fs::{create_dir_all, File},
std::io::{self, Write},
std::path::{Path, PathBuf},
};
#[derive(Serialize, Deserialize, Debug, PartialEq)]
pub enum ExplicitRelease {