Bump Clippy Version -> 0.1.59

This commit is contained in:
flip1995
2021-12-02 09:32:47 +00:00
parent 2281279a1e
commit 34dadcd71f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.1.58"
version = "0.1.59"
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "clippy_lints"
version = "0.1.58"
version = "0.1.59"
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "clippy_utils"
version = "0.1.58"
version = "0.1.59"
edition = "2021"
publish = false