Skip to content

Commit

Permalink
ci: update known rust version
Browse files Browse the repository at this point in the history
Update RUST_VERSION_KNOWN to the latest stable known to succeed. Also
updates the documentation to avoid confusion around the use of this
variable.

(cherry picked from commit f629321)
  • Loading branch information
cccs-sadugas authored and victorjulien committed Sep 6, 2021
1 parent 2d5abbb commit 0f0a9ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ env:
# Apt sometimes likes to ask for user input, this will prevent that.
DEBIAN_FRONTEND: "noninteractive"

# A known good Rust version we should test against.
RUST_VERSION_KNOWN: "1.37.0"
# A recent version of stable Rust that is known to pass build, test and other
# verification steps in this workflow. This was added because using "stable"
# could cause some steps to fail.
RUST_VERSION_KNOWN: "1.49.0"

jobs:

Expand Down

0 comments on commit 0f0a9ce

Please sign in to comment.