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 3e1c14e commit 220a3f7Copy full SHA for 220a3f7
.evergreen/install-dependencies.sh
@@ -27,6 +27,8 @@ for arg; do
27
28
source .evergreen/configure-rust.sh
29
rustup toolchain install nightly -c rustfmt
30
+ # TODO RUST-1674: remove this workaround
31
+ rustup default 1.69
32
elif [ $arg == "mdbook" ]; then
33
source ${CARGO_HOME}/env
34
# Install the manual rendering tool
0 commit comments