Bump Clippy version -> 0.1.83

This commit is contained in:
Philipp Krones 2024-09-05 17:00:55 +02:00
parent 87ce1d8069
commit 40fca8f7a8
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.1.82"
version = "0.1.83"
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_config"
version = "0.1.82"
version = "0.1.83"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,6 +1,6 @@
[package]
name = "clippy_lints"
version = "0.1.82"
version = "0.1.83"
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.82"
version = "0.1.83"
edition = "2021"
publish = false

View file

@ -1,6 +1,6 @@
[package]
name = "declare_clippy_lint"
version = "0.1.82"
version = "0.1.83"
edition = "2021"
publish = false