diff options
| author | Philipp Krones <hello@philkrones.com> | 2022-11-21 20:02:06 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2022-11-21 20:02:06 +0100 |
| commit | 25e98bf708609d536ae53880c8f297917820f37e (patch) | |
| tree | 485d1d1b66dabc877a4bdd135e7ad38674727aae | |
| parent | fd5b85c957d92a3bc5fc754407d1e56aa9178d27 (diff) | |
| download | rust-25e98bf708609d536ae53880c8f297917820f37e.tar.gz rust-25e98bf708609d536ae53880c8f297917820f37e.zip | |
Bump Clippy version -> 0.1.67
| -rw-r--r-- | 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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5223dca073f..6bdac84ada0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.66" +version = "0.1.67" 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_lints/Cargo.toml b/clippy_lints/Cargo.toml index 5368932b352..dcadd012a44 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.66" +version = "0.1.67" 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 83fee7bb39c..fb9f4740ecc 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.66" +version = "0.1.67" edition = "2021" publish = false diff --git a/declare_clippy_lint/Cargo.toml b/declare_clippy_lint/Cargo.toml index 68bb0be67a7..578109840fb 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.66" +version = "0.1.67" edition = "2021" publish = false |
