Skip to content

Commit

Permalink
Fix github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emabee committed May 5, 2023
1 parent e6c837f commit 270cdcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
rust: [ stable, 1.60.0 ]
rust: [ stable, 1.64.0 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -60,7 +60,8 @@ See

## Minimal rust version

The earliest supported rust version is currently "1.60.0".
The minimal supported rust version is currently "1.64.0",
due to a change in a patch version of a dependency.

## Crate Features

Expand Down

0 comments on commit 270cdcb

Please sign in to comment.