We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd64be commit c10a5b9Copy full SHA for c10a5b9
.evergreen/check-clippy.sh
@@ -5,7 +5,7 @@ set -o errexit
5
source ./.evergreen/env.sh
6
7
# Pin clippy to the latest version. This should be updated when new versions of Rust are released.
8
-CLIPPY_VERSION=1.83.0
+CLIPPY_VERSION=1.85.0
9
10
rustup install $CLIPPY_VERSION
11
0 commit comments