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 cad6c2f commit 29e6b50Copy full SHA for 29e6b50
.evergreen/install-dependencies.sh
@@ -27,6 +27,7 @@ for arg; do
27
28
source .evergreen/configure-rust.sh
29
rustup toolchain install nightly -c rustfmt
30
+ rustup default 1.69
31
elif [ $arg == "mdbook" ]; then
32
source ${CARGO_HOME}/env
33
# Install the manual rendering tool
0 commit comments