diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2022-02-24 19:32:47 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2022-02-24 19:32:47 +0100 |
| commit | 5ece8d2bc406643babe3fca84acc31a3ac58d9c4 (patch) | |
| tree | 9b072ef298877cbd3a50bd6845230411cee0e67b | |
| parent | fd495a0654611a6d784bae4698e5838b121e8004 (diff) | |
| download | rust-5ece8d2bc406643babe3fca84acc31a3ac58d9c4.tar.gz rust-5ece8d2bc406643babe3fca84acc31a3ac58d9c4.zip | |
Bump Clippy Version -> 0.1.61
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_utils/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index ef5b0a0cd78..5cc5530f874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.60" +version = "0.1.61" 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 2053ca64ba2..40d7dd70262 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.60" +version = "0.1.61" 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 afff6491aba..d3ed8da4499 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.60" +version = "0.1.61" edition = "2021" publish = false |
