diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-06-26 19:30:02 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-06-26 19:30:02 +0200 |
| commit | 32fcff8aa8a5c6092917ac8c87da4341a7ed2d0b (patch) | |
| tree | 69d3177d81af95c7c8c162af72befe4eb2fa2b8a | |
| parent | 9b41d8fdb6065c0320f9e8d53956808c0382437a (diff) | |
| download | rust-32fcff8aa8a5c6092917ac8c87da4341a7ed2d0b.tar.gz rust-32fcff8aa8a5c6092917ac8c87da4341a7ed2d0b.zip | |
Bump Clippy version -> 0.1.90
| -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 | ||||
| -rw-r--r-- | declare_clippy_lint/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index da6046f020f..8cbdcf45693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.89" +version = "0.1.90" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" diff --git a/clippy_config/Cargo.toml b/clippy_config/Cargo.toml index 0606245f990..858366c8a5c 100644 --- a/clippy_config/Cargo.toml +++ b/clippy_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_config" -version = "0.1.89" +version = "0.1.90" edition = "2024" publish = false diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 37b554fd0d8..c03cc99b581 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.89" +version = "0.1.90" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index 615c0995e8b..73291aa8cdf 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.89" +version = "0.1.90" edition = "2024" description = "Helpful tools for writing lints, provided as they are used in Clippy" repository = "https://github.com/rust-lang/rust-clippy" diff --git a/declare_clippy_lint/Cargo.toml b/declare_clippy_lint/Cargo.toml index c8a9b13e6ce..bd6b4dfdee4 100644 --- a/declare_clippy_lint/Cargo.toml +++ b/declare_clippy_lint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "declare_clippy_lint" -version = "0.1.89" +version = "0.1.90" edition = "2024" repository = "https://github.com/rust-lang/rust-clippy" license = "MIT OR Apache-2.0" |
