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.
rustc
1 parent 27df5aa commit 9b1f331Copy full SHA for 9b1f331
.github/scripts/setup.sh
@@ -1,10 +1,7 @@
1
#!/bin/bash
2
set -e
3
export DEBIAN_FRONTEND=noninteractive
4
-
5
-# Fix the RUST_VERSION as 1.80 appears to have a regression (the
6
-# `time` crate about a missing type annotation.)
7
-export RUST_VERSION=1.78
+export RUST_VERSION=stable
8
9
sudo useradd -ms /bin/bash tester
10
sudo apt-get update -qq
@@ -59,9 +56,6 @@ sudo chmod 0440 /etc/sudoers.d/tester
59
56
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
60
57
-y --default-toolchain ${RUST_VERSION}
61
58
62
-echo "rustc version = $(rustc --version)"
63
-echo "cargo version = $(cargo --version)"
64
65
# We also need a relatively recent protobuf-compiler, at least 3.12.0,
66
# in order to support the experimental `optional` flag.
67
0 commit comments