From 29e6b50c2faaaad9de12841c62a9e9a43226fc5b Mon Sep 17 00:00:00 2001 From: Isabel Atkinson Date: Mon, 5 Jun 2023 14:58:12 -0600 Subject: [PATCH] default 1.69 --- .evergreen/install-dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.evergreen/install-dependencies.sh b/.evergreen/install-dependencies.sh index 9eb290732b..7bfffc592b 100755 --- a/.evergreen/install-dependencies.sh +++ b/.evergreen/install-dependencies.sh @@ -27,6 +27,7 @@ for arg; do source .evergreen/configure-rust.sh rustup toolchain install nightly -c rustfmt + rustup default 1.69 elif [ $arg == "mdbook" ]; then source ${CARGO_HOME}/env # Install the manual rendering tool