Skip to content

Commit 9b1f331

Browse files
michael1011cdecker
authored andcommitted
Revert "ci: Pin rustc to version 1.78 due to a type inference regression"
This reverts commit 76ad48c.
1 parent 27df5aa commit 9b1f331

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/scripts/setup.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/bin/bash
22
set -e
33
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
4+
export RUST_VERSION=stable
85

96
sudo useradd -ms /bin/bash tester
107
sudo apt-get update -qq
@@ -59,9 +56,6 @@ sudo chmod 0440 /etc/sudoers.d/tester
5956
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
6057
-y --default-toolchain ${RUST_VERSION}
6158

62-
echo "rustc version = $(rustc --version)"
63-
echo "cargo version = $(cargo --version)"
64-
6559
# We also need a relatively recent protobuf-compiler, at least 3.12.0,
6660
# in order to support the experimental `optional` flag.
6761

0 commit comments

Comments
 (0)