Skip to content

Commit

Permalink
Bump Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbis9051 committed Dec 21, 2021
1 parent 24201a6 commit d6aa174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spake2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.41.0 # MSRV
- 1.56.0 # MSRV
- stable
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.0 # MSRV
toolchain: 1.56.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down

0 comments on commit d6aa174

Please sign in to comment.