Bump Clippy Version -> 0.1.53

This commit is contained in:
flip1995 2021-03-25 18:48:48 +01:00
parent 06940fdda8
commit 40e68e5956
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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