Skip to content

Commit

Permalink
Upgrade MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 8, 2024
1 parent 81b8ad1 commit a43fc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ml-dsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.75.0 # MSRV
- 1.81.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion ml-dsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ USE AT YOUR OWN RISK!

## Minimum Supported Rust Version

This crate requires **Rust 1.75** at a minimum.
This crate requires **Rust 1.81** at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor
version bump.
Expand Down

0 comments on commit a43fc88

Please sign in to comment.