Commit 6d4a906
authored
Add locked flag to cargo install command (#6284)
Cargo ignores a crates `Cargo.lock` file unless the `--locked` flag is
passes (http://github.com/rust-lang/cargo/issues/7169). We don't want
transitive dependencies being updated in our CI, so explicitly specify
`--locked`.1 parent 5b93f5d commit 6d4a906
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | 301 | | |
303 | 302 | | |
304 | 303 | | |
| |||
0 commit comments