about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2021-01-02 16:26:10 +0100
committerflip1995 <philipp.krones@embecosm.com>2021-01-02 16:26:10 +0100
commite4fbc5f4232b47962e9c79ffe10b84b339be2124 (patch)
tree67b5e1d38c29c3a6277c7dd98ad2e2765f0f6977
parent106ca9665371b5738091533aca481ab0b230400b (diff)
downloadrust-e4fbc5f4232b47962e9c79ffe10b84b339be2124.tar.gz
rust-e4fbc5f4232b47962e9c79ffe10b84b339be2124.zip
Bump Clippy version to 0.1.51
-rw-r--r--Cargo.toml2
-rw-r--r--clippy_lints/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 93a1e71ecab..e60aa472846 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.50"
+version = "0.1.51"
 authors = [
 	"Manish Goregaokar <manishsmail@gmail.com>",
 	"Andre Bogus <bogusandre@gmail.com>",
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index 7e3eaf3ae74..a9516560a61 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.50"
+version = "0.1.51"
 # end automatic update
 authors = [
 	"Manish Goregaokar <manishsmail@gmail.com>",