Skip to content

Commit

Permalink
RUST-1673 Pin Rust version in CI to 1.69 (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson authored Jun 7, 2023
1 parent 3e1c14e commit 220a3f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ for arg; do

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

0 comments on commit 220a3f7

Please sign in to comment.