Skip to content

Commit

Permalink
ci: fix MSRV
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Oct 12, 2024
1 parent c4b71ca commit 8f38a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [nightly, beta, stable, 1.63.0]
rust: [nightly, beta, stable, 1.70.0]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 8f38a29

Please sign in to comment.