Add --git to cargo update
This commit is contained in:
@@ -24,7 +24,7 @@ pub fn run_tpm(tpm: &PathBuf) -> Result<(), failure::Error> {
|
||||
|
||||
pub fn run_cargo_update(cargo_update: &PathBuf) -> Result<(), failure::Error> {
|
||||
Command::new(&cargo_update)
|
||||
.args(&["install-update", "--all"])
|
||||
.args(&["install-update", "--git", "--all"])
|
||||
.spawn()?
|
||||
.wait()?
|
||||
.check()?;
|
||||
|
||||
Reference in New Issue
Block a user