Skip to content

Commit

Permalink
Bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Field committed Sep 5, 2023
1 parent a7781f5 commit 0647d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI
on: [ push, pull_request ]
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
strategy:
matrix:
rust: [stable, 1.64.0]
rust: [stable, 1.65.0]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 0647d67

Please sign in to comment.