Skip to content

Commit

Permalink
updated rust version as near-stdx doesnt compile at 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Sep 2, 2024
1 parent a98022f commit 2057168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
platform:
- os: ubuntu-latest
rs: 1.78
rs: 1.79
- os: ubuntu-latest
rs: stable
- os: macos-latest
rs: 1.78
rs: 1.79
- os: macos-latest
rs: stable
features: ['', '--features unstable,legacy,__abi-generate']
Expand Down

0 comments on commit 2057168

Please sign in to comment.