Update clippy version 0.1.62 -> 0.1.63

This commit is contained in:
xFrednet 2022-05-20 21:12:41 +02:00
parent 5b72632c98
commit 8283238973
No known key found for this signature in database
GPG Key ID: FCDCBF29AF64D601
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.1.62"
version = "0.1.63"
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_lints"
version = "0.1.62"
version = "0.1.63"
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.62"
version = "0.1.63"
edition = "2021"
publish = false