Skip to content

Commit 8250ca1

Browse files
committed
Bump MSRV to 1.51.
This is needed for const generics.
1 parent 317d300 commit 8250ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
include:
2020
# Test MSRV
21-
- rust: 1.50.0
21+
- rust: 1.51.0
2222
TARGET: x86_64-unknown-linux-gnu
2323

2424
# Test nightly but don't fail

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These issues / PRs will be labeled as `proposal`s in the issue tracker.
3535

3636
## Minimum Supported Rust Version (MSRV)
3737

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

4141
## License

0 commit comments

Comments
 (0)