Skip to content

Commit

Permalink
github: update Rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien authored and benignbala committed Nov 12, 2022
1 parent 7a919f0 commit 09762f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ env:
# 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.58.1"
RUST_VERSION_KNOWN: "1.62.0"

# The minimum version of Rust supported.
RUST_VERSION_MIN: "1.48"
RUST_VERSION_MIN: "1.58.1"

jobs:

Expand Down

0 comments on commit 09762f1

Please sign in to comment.