diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-07-25 18:23:37 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-07-25 18:23:37 +0200 |
| commit | 71b0f0fcac98e2fb953ffddc50ec83225255d8a6 (patch) | |
| tree | ac4210f16c16e82028e0cf48d040b6c05966b2db | |
| parent | 09419e44e9d76f9c10d7aeba8bcba4db2ee0397d (diff) | |
| download | rust-71b0f0fcac98e2fb953ffddc50ec83225255d8a6.tar.gz rust-71b0f0fcac98e2fb953ffddc50ec83225255d8a6.zip | |
Bump Clippy version -> 0.1.82
| -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 6e4878440c6..bb4dc97e748 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.81" +version = "0.1.82" 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 be0b048ac0c..e1b2edc8a6f 100644 --- a/clippy_config/Cargo.toml +++ b/clippy_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_config" -version = "0.1.81" +version = "0.1.82" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 5708ffba08f..eb04c006f89 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.81" +version = "0.1.82" 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 6e53ff3ee6e..f0c64fdd573 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.81" +version = "0.1.82" edition = "2021" publish = false diff --git a/declare_clippy_lint/Cargo.toml b/declare_clippy_lint/Cargo.toml index 86d945c14a5..80106f683c2 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.81" +version = "0.1.82" edition = "2021" publish = false |
