Skip to content

Commit 220a3f7

Browse files
RUST-1673 Pin Rust version in CI to 1.69 (#887)
1 parent 3e1c14e commit 220a3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/install-dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ for arg; do
2727

2828
source .evergreen/configure-rust.sh
2929
rustup toolchain install nightly -c rustfmt
30+
# TODO RUST-1674: remove this workaround
31+
rustup default 1.69
3032
elif [ $arg == "mdbook" ]; then
3133
source ${CARGO_HOME}/env
3234
# Install the manual rendering tool

0 commit comments

Comments
 (0)