about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2021-03-25 18:48:48 +0100
committerflip1995 <philipp.krones@embecosm.com>2021-03-25 18:48:48 +0100
commit40e68e5956685fb8ae2848421a9926e5fa6d13ca (patch)
tree334fb691ef118bb2fd3b2a6cb31a2dfa9eb9a85d
parent06940fdda8c1c7ed89035bd2083680dc01e975eb (diff)
downloadrust-40e68e5956685fb8ae2848421a9926e5fa6d13ca.tar.gz
rust-40e68e5956685fb8ae2848421a9926e5fa6d13ca.zip
Bump Clippy Version -> 0.1.53
-rw-r--r--Cargo.toml2
-rw-r--r--clippy_lints/Cargo.toml2
-rw-r--r--clippy_utils/Cargo.toml2
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