Skip to content

Commit 171db34

Browse files
authored
minor: bump clippy to 1.80.0 (#1176)
1 parent 552731c commit 171db34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/check-clippy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o errexit
55
source ./.evergreen/env.sh
66

77
# Pin clippy to the latest version. This should be updated when new versions of Rust are released.
8-
CLIPPY_VERSION=1.78.0
8+
CLIPPY_VERSION=1.80.0
99

1010
rustup install $CLIPPY_VERSION
1111

0 commit comments

Comments
 (0)