Skip to content

Commit

Permalink
raise MSRV to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerentius committed Dec 2, 2023
1 parent 86e8035 commit 7f9034d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- build: pinned # don't rename
os: ubuntu-latest
rust: 1.51.0
rust: 1.56.0

- build: beta
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

Unreleased
==========
* Raise minimum Rust version to 1.51
* Raise minimum Rust version to 1.56
* `Sudoku::canonicalized`. Maps all sudokus of an equivalence class to the same sudoku
and counts automorphisms.
Limited to uniquely solvable sudokus (for now).
Expand Down

0 comments on commit 7f9034d

Please sign in to comment.