ci: update clippy version to 1.75 (#6273)

This commit is contained in:
Taiki Endo
2024-01-07 02:33:37 +09:00
committed by GitHub
parent 3275cfb638
commit 84c5674c60
30 changed files with 31 additions and 53 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ env:
# Change to specific Rust release to pin
rust_stable: stable
rust_nightly: nightly-2023-10-21
rust_clippy: 1.65.0
rust_clippy: '1.75'
# When updating this, also update:
# - README.md
# - tokio/README.md
@@ -25,7 +25,7 @@ env:
# - tokio-util/Cargo.toml
# - tokio-test/Cargo.toml
# - tokio-stream/Cargo.toml
rust_min: 1.63.0
rust_min: '1.63'
defaults:
run: