Skip to content

Commit

Permalink
bump GHA to Rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers authored and jam1garner committed Sep 10, 2024
1 parent c06d445 commit 548e19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ["1.56.0", "stable", "nightly"]
rust: ["1.70.0", "stable", "nightly"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 548e19a

Please sign in to comment.