1
Fork 0

Bump Clippy version -> 0.1.85

This commit is contained in:
Philipp Krones 2024-11-28 18:57:52 +01:00
parent 3c9daca1d1
commit 5fb924f334
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
5 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "clippy" name = "clippy"
# begin autogenerated version # begin autogenerated version
version = "0.1.84" version = "0.1.85"
# end autogenerated version # end autogenerated version
description = "A bunch of helpful lints to avoid common pitfalls in Rust" description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy" repository = "https://github.com/rust-lang/rust-clippy"
@ -29,7 +29,7 @@ rustc_tools_util = "0.4.0"
tempfile = { version = "3.3", optional = true } tempfile = { version = "3.3", optional = true }
termize = "0.1" termize = "0.1"
color-print = "0.3.4" color-print = "0.3.4"
anstream = "0.6.0" anstream = "0.6.18"
[dev-dependencies] [dev-dependencies]
cargo_metadata = "0.18.1" cargo_metadata = "0.18.1"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "clippy_config" name = "clippy_config"
# begin autogenerated version # begin autogenerated version
version = "0.1.84" version = "0.1.85"
# end autogenerated version # end autogenerated version
edition = "2021" edition = "2021"
publish = false publish = false

View file

@ -1,7 +1,7 @@
[package] [package]
name = "clippy_lints" name = "clippy_lints"
# begin autogenerated version # begin autogenerated version
version = "0.1.84" version = "0.1.85"
# end autogenerated version # end autogenerated version
description = "A bunch of helpful lints to avoid common pitfalls in Rust" description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy" repository = "https://github.com/rust-lang/rust-clippy"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "clippy_utils" name = "clippy_utils"
# begin autogenerated version # begin autogenerated version
version = "0.1.84" version = "0.1.85"
# end autogenerated version # end autogenerated version
edition = "2021" edition = "2021"
description = "Helpful tools for writing lints, provided as they are used in Clippy" description = "Helpful tools for writing lints, provided as they are used in Clippy"

View file

@ -8,7 +8,7 @@ This crate is only guaranteed to build with this `nightly` toolchain:
<!-- begin autogenerated nightly --> <!-- begin autogenerated nightly -->
``` ```
nightly-2024-11-14 nightly-2024-11-28
``` ```
<!-- end autogenerated nightly --> <!-- end autogenerated nightly -->