mozilla / authenticator-rs

Rust library to interact with Security Keys, used by Firefox
https://crates.io/crates/authenticator
Mozilla Public License 2.0
275 stars 72 forks source link

Avoid clippy randomly breaking the CI #304

Closed msirringhaus closed 11 months ago

msirringhaus commented 1 year ago

Currently, the CI can sometimes break in the middle of a PR for completely unrelated issues, if the clippy-version changes between commits. We could think about nailing the version down in the CI itself, or via a rust-toolchain.toml-file.

msirringhaus commented 11 months ago

Fixed with #316