]> git.lizzy.rs Git - rust.git/commitdiff
Bump Clippy version -> 0.1.55
authorflip1995 <philipp.krones@embecosm.com>
Thu, 17 Jun 2021 08:23:08 +0000 (10:23 +0200)
committerflip1995 <philipp.krones@embecosm.com>
Thu, 17 Jun 2021 08:23:08 +0000 (10:23 +0200)
Cargo.toml
clippy_lints/Cargo.toml
clippy_utils/Cargo.toml

index b003b15a11d750553db593179b658ae375bf6464..9b5d9b2adf3b2413c85027477d1a2e36043b9801 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.54"
+version = "0.1.55"
 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 48f2972ec58d1887c166ebdd6f1e6d043c3adb74..d3d12062f0772f837f7127382afbd8b5d3324876 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.1.54"
+version = "0.1.55"
 # end automatic update
 authors = ["The Rust Clippy Developers"]
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
index 93ed3b1840068416459a731f682cde21b01472a0..6ede9011208305f5905f25435744c1bf8e735ce2 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy_utils"
-version = "0.1.54"
+version = "0.1.55"
 authors = ["The Rust Clippy Developers"]
 edition = "2018"
 publish = false