diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-04-03 21:32:37 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-04-03 21:32:37 +0200 |
| commit | c97bd7463cd830e4e47a9366da86c0d760a2156a (patch) | |
| tree | f0a780ef9d64bc815f3d9a2b919d0eb3100b49ba | |
| parent | c44191af484d3dc2c74557723afa04aa668b90fd (diff) | |
| download | rust-c97bd7463cd830e4e47a9366da86c0d760a2156a.tar.gz rust-c97bd7463cd830e4e47a9366da86c0d760a2156a.zip | |
Bump Clippy version -> 0.1.88
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_config/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_utils/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1ae5b7d6af0..5a6904d63be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy" # begin autogenerated version -version = "0.1.87" +version = "0.1.88" # end autogenerated version description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" diff --git a/clippy_config/Cargo.toml b/clippy_config/Cargo.toml index 934725fccb8..93fd2e35d1b 100644 --- a/clippy_config/Cargo.toml +++ b/clippy_config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_config" # begin autogenerated version -version = "0.1.87" +version = "0.1.88" # end autogenerated version edition = "2024" publish = false diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 54347043a13..d36b6ae9c95 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin autogenerated version -version = "0.1.87" +version = "0.1.88" # end autogenerated version description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index ba4bb1d177c..b98e9901750 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_utils" # begin autogenerated version -version = "0.1.87" +version = "0.1.88" # end autogenerated version edition = "2024" description = "Helpful tools for writing lints, provided as they are used in Clippy" |
