Skip to content

Commit

Permalink
bump up rust as near-crypto doesn't support 1.79 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Nov 12, 2024
1 parent f1cde88 commit 3a84ffd
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.79
rs: 1.82
- os: ubuntu-latest
rs: stable
- os: macos-latest
rs: 1.79
rs: 1.82
- os: macos-latest
rs: stable
features: ['', '--features unstable,legacy,__abi-generate']
Expand Down

0 comments on commit 3a84ffd

Please sign in to comment.