Skip to content

Commit

Permalink
chore: update MSRV for kbkdf;
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Jan 29, 2025
1 parent bb86eab commit b56a967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kbkdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.81.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.81.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b56a967

Please sign in to comment.