diff --git a/bevy_lint/Cargo.toml b/bevy_lint/Cargo.toml index 66a581f..50b1db3 100644 --- a/bevy_lint/Cargo.toml +++ b/bevy_lint/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" [dependencies] +clippy_utils = { version = "0.1.82", git = "https://github.com/rust-lang/rust-clippy", rev = "e8ac4ea4187498052849531b86114a1eec5314a1" } [package.metadata.rust-analyzer] # Enables Rust-Analyzer support for `rustc` crates.