File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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*
3939compile with older versions but that may change in any new patch release.
4040
4141## License
You can’t perform that action at this time.
0 commit comments