Bump Clippy version -> 0.1.89

This commit is contained in:
Philipp Krones 2025-05-15 19:19:46 +02:00
parent 5be888c479
commit 367073195a
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "clippy"
# begin autogenerated version
version = "0.1.88"
version = "0.1.89"
# end autogenerated version
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_config"
# begin autogenerated version
version = "0.1.88"
version = "0.1.89"
# end autogenerated version
edition = "2024"
publish = false

View file

@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin autogenerated version
version = "0.1.88"
version = "0.1.89"
# end autogenerated version
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_utils"
# begin autogenerated version
version = "0.1.88"
version = "0.1.89"
# end autogenerated version
edition = "2024"
description = "Helpful tools for writing lints, provided as they are used in Clippy"