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
fix(ci): Use locked version of Cargo CLI tools (#537)
## ๐๏ธ Tracking
Cf. recent GitHub Actions checks failing, e.g.
https://github.com/bitwarden/sdk-internal/actions/runs/18876687408/job/53868218878?pr=494#step:5:68
## ๐ Objective
A transitive dependency of llvm-cov was published 2025-10-23 that is
incompatible with our current Rust version, 1.87. This adds the
`--locked` flag so that the tool can successfully install.
Also updates other CLI tools in this repo with locked versions.
0 commit comments