diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-11-28 18:57:52 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-11-28 18:57:52 +0100 |
| commit | 5fb924f3340cdacb4e67ff3e6e0ab42857c0ab5f (patch) | |
| tree | d641150be8ba7ab22496dfaad89b82c24e61cfba | |
| parent | 3c9daca1d159930adada5ac843b00b24e7bd0d24 (diff) | |
| download | rust-5fb924f3340cdacb4e67ff3e6e0ab42857c0ab5f.tar.gz rust-5fb924f3340cdacb4e67ff3e6e0ab42857c0ab5f.zip | |
Bump Clippy version -> 0.1.85
| -rw-r--r-- | Cargo.toml | 4 | ||||
| -rw-r--r-- | clippy_config/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_utils/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_utils/README.md | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml index 79b9af7b0bf..bb259c77ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/clippy_config/Cargo.toml b/clippy_config/Cargo.toml index d1158b48e92..3f18a0bc7d2 100644 --- a/clippy_config/Cargo.toml +++ b/clippy_config/Cargo.toml @@ -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 diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index be99dcc2c7c..c1f8e82f698 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -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" diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index 4f95889a53a..945827c98c1 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -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" diff --git a/clippy_utils/README.md b/clippy_utils/README.md index fb1a3f13f8c..61476a82ba0 100644 --- a/clippy_utils/README.md +++ b/clippy_utils/README.md @@ -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 --> |
