You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments