]> git.lizzy.rs Git - rust.git/commitdiff
Bump Clippy version -> 0.1.54
authorflip1995 <philipp.krones@embecosm.com>
Thu, 6 May 2021 09:32:34 +0000 (11:32 +0200)
committerflip1995 <philipp.krones@embecosm.com>
Thu, 6 May 2021 09:32:34 +0000 (11:32 +0200)
Cargo.toml
clippy_lints/Cargo.toml
clippy_utils/Cargo.toml

index 23a035f9715db093a4cee9515dceffed096ad5af..f010e6096049170c4a89256f9308da67bdfa8760 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.53"
+version = "0.1.54"
 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"
index 42218c2c00ac5e6eaa3165914aa97f782c70da5c..7ceb1da6a6ebb6712ad48e0d6dd981ea3fdf8709 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.1.53"
+version = "0.1.54"
 # end automatic update
 authors = ["The Rust Clippy Developers"]
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
index 6e158c8ce72397ec5e9801114adf80635f3e64f9..0a1d4e1114285b18640658a9eaa0c48bd359aa64 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy_utils"
-version = "0.1.53"
+version = "0.1.54"
 authors = ["The Rust Clippy Developers"]
 edition = "2018"
 publish = false