Skip to content

Commit

Permalink
x: cargo install with '--locked'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored and bors-libra committed Nov 1, 2021
1 parent 2ac6157 commit 3c5995a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions devtools/x/src/installer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pub fn install_cargo_component_if_needed(
} else {
cmd.arg("--version").arg(&installation.version);
}
cmd.arg("--locked");
cmd.arg(name);

let result = cmd.run();
Expand Down
2 changes: 1 addition & 1 deletion x.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[grcov.installer]
version = "0.8.0"
version = "0.8.2"

[system-tests]
smoke-test = { path = "smoke-test" }
Expand Down

0 comments on commit 3c5995a

Please sign in to comment.