Skip to content

Commit

Permalink
Switch to clippy_utils on crates.io (#186)
Browse files Browse the repository at this point in the history
`clippy_utils` used to be a Git dependency, but thanks to
rust-lang/rust-clippy#13556 it is now being
published on <https://crates.io>! This PR switches to the crates.io
version, and bumps the pinned nightly toolchain to match it (as
specified [here](https://lib.rs/crates/clippy_utils)).

We still want to pin a specific version of `clippy_utils`, since it does
not follow semantic versioning, but now we have the ability to publish
ourselves to crates.io!

Closes #150.
  • Loading branch information
BD103 authored Nov 29, 2024
1 parent 458e416 commit dbfb6fc
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 141 deletions.
Loading

0 comments on commit dbfb6fc

Please sign in to comment.