Bump Clippy Version -> 0.1.57

This commit is contained in:
flip1995 2021-09-08 10:59:04 +02:00
parent 3cb1d283d6
commit 563a00b2a0
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
3 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.1.56"
version = "0.1.57"
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"

View file

@ -1,8 +1,6 @@
[package]
name = "clippy_lints"
# begin automatic update
version = "0.1.56"
# end automatic update
version = "0.1.57"
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"

View file

@ -1,6 +1,6 @@
[package]
name = "clippy_utils"
version = "0.1.56"
version = "0.1.57"
edition = "2018"
publish = false