Skip to content

Commit c33ae09

Browse files
chrysneldruin
authored andcommitted
Bump MSRV to 1.53
1 parent 647ff84 commit c33ae09

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.51.0
21+
- rust: 1.53.0
2222
TARGET: x86_64-unknown-linux-gnu
2323

2424
# Test nightly but don't fail

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
* Add blanket impls of all the traits for mutable references.
1111
- Bump dependency version of `no-std-net` to `v0.6`.
12+
- Bump MSRV to 1.53.0 due to `no-std-net`'s use of or-patterns.
1213

1314
## [0.6.0] - 2021-05-25
1415

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.51.0 and up. It *might*
38+
This crate is guaranteed to compile on stable Rust 1.53.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)