Skip to content

Commit

Permalink
Bump MSRV to 1.59.
Browse files Browse the repository at this point in the history
This is needed for const generics.
  • Loading branch information
qwandor committed Oct 29, 2024
1 parent 317d300 commit 025315a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

include:
# Test MSRV
- rust: 1.50.0
- rust: 1.59.0
TARGET: x86_64-unknown-linux-gnu

# Test nightly but don't fail
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These issues / PRs will be labeled as `proposal`s in the issue tracker.

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.50.0 and up. It *might*
This crate is guaranteed to compile on stable Rust 1.59.0 and up. It _might_
compile with older versions but that may change in any new patch release.

## License
Expand Down

0 comments on commit 025315a

Please sign in to comment.