Bump Clippy version -> 0.1.85
This commit is contained in:
parent
3c9daca1d1
commit
5fb924f334
5 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
# begin autogenerated version
|
||||
version = "0.1.84"
|
||||
version = "0.1.85"
|
||||
# end autogenerated version
|
||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||
repository = "https://github.com/rust-lang/rust-clippy"
|
||||
|
@ -29,7 +29,7 @@ rustc_tools_util = "0.4.0"
|
|||
tempfile = { version = "3.3", optional = true }
|
||||
termize = "0.1"
|
||||
color-print = "0.3.4"
|
||||
anstream = "0.6.0"
|
||||
anstream = "0.6.18"
|
||||
|
||||
[dev-dependencies]
|
||||
cargo_metadata = "0.18.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clippy_config"
|
||||
# begin autogenerated version
|
||||
version = "0.1.84"
|
||||
version = "0.1.85"
|
||||
# end autogenerated version
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin autogenerated version
|
||||
version = "0.1.84"
|
||||
version = "0.1.85"
|
||||
# end autogenerated version
|
||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||
repository = "https://github.com/rust-lang/rust-clippy"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clippy_utils"
|
||||
# begin autogenerated version
|
||||
version = "0.1.84"
|
||||
version = "0.1.85"
|
||||
# end autogenerated version
|
||||
edition = "2021"
|
||||
description = "Helpful tools for writing lints, provided as they are used in Clippy"
|
||||
|
|
|
@ -8,7 +8,7 @@ This crate is only guaranteed to build with this `nightly` toolchain:
|
|||
|
||||
<!-- begin autogenerated nightly -->
|
||||
```
|
||||
nightly-2024-11-14
|
||||
nightly-2024-11-28
|
||||
```
|
||||
<!-- end autogenerated nightly -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue