diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-03-25 18:48:48 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-03-25 18:48:48 +0100 |
| commit | 40e68e5956685fb8ae2848421a9926e5fa6d13ca (patch) | |
| tree | 334fb691ef118bb2fd3b2a6cb31a2dfa9eb9a85d | |
| parent | 06940fdda8c1c7ed89035bd2083680dc01e975eb (diff) | |
| download | rust-40e68e5956685fb8ae2848421a9926e5fa6d13ca.tar.gz rust-40e68e5956685fb8ae2848421a9926e5fa6d13ca.zip | |
Bump Clippy Version -> 0.1.53
| -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 dcc3294f8a7..cade44a0a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.52" +version = "0.1.53" authors = ["The Rust Clippy Developers"] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index e67d03d3338..05cdd9d064a 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin automatic update -version = "0.1.52" +version = "0.1.53" # end automatic update authors = ["The Rust Clippy Developers"] description = "A bunch of helpful lints to avoid common pitfalls in Rust" diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index bd592dc03da..d04c5f889dd 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.52" +version = "0.1.53" authors = ["The Rust Clippy Developers"] edition = "2018" publish = false |
