diff options
| author | Philipp Krones <hello@philkrones.com> | 2022-12-17 13:57:41 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2022-12-17 13:57:41 +0100 |
| commit | 1f1d23cf5162e621132e069fc48d5167364be0df (patch) | |
| tree | 049ac6562a96df86ec74b93b7cb2804da77d8745 | |
| parent | d6488ae14407263d0291ff9f7b7ba6ed22ad2de1 (diff) | |
| download | rust-1f1d23cf5162e621132e069fc48d5167364be0df.tar.gz rust-1f1d23cf5162e621132e069fc48d5167364be0df.zip | |
Bump Clippy version -> 0.1.68
| -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 4400f4c0aad..e1b15cc49da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.67" +version = "0.1.68" 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 dcadd012a44..38a87017635 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.67" +version = "0.1.68" 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 fb9f4740ecc..ac6a566b9cd 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.67" +version = "0.1.68" edition = "2021" publish = false diff --git a/declare_clippy_lint/Cargo.toml b/declare_clippy_lint/Cargo.toml index 082570f1fe5..c01e1062cb5 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.67" +version = "0.1.68" edition = "2021" publish = false |
