Bump Clippy version -> 0.1.91

This commit is contained in:
Philipp Krones 2025-08-07 16:48:16 +02:00
parent 2893dc8019
commit d5f9f7576c
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.90"
version = "0.1.91"
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.90"
version = "0.1.91"
edition = "2024"
publish = false

View File

@ -1,6 +1,6 @@
[package]
name = "clippy_lints"
version = "0.1.90"
version = "0.1.91"
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.90"
version = "0.1.91"
edition = "2024"
description = "Helpful tools for writing lints, provided as they are used in Clippy"
repository = "https://github.com/rust-lang/rust-clippy"

View File

@ -1,6 +1,6 @@
[package]
name = "declare_clippy_lint"
version = "0.1.90"
version = "0.1.91"
edition = "2024"
repository = "https://github.com/rust-lang/rust-clippy"
license = "MIT OR Apache-2.0"