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 18
18
19
19
include :
20
20
# Test MSRV
21
- - rust : 1.51 .0
21
+ - rust : 1.53 .0
22
22
TARGET : x86_64-unknown-linux-gnu
23
23
24
24
# 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.
9
9
10
10
* Add blanket impls of all the traits for mutable references.
11
11
- 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.
12
13
13
14
## [ 0.6.0] - 2021-05-25
14
15
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.
35
35
36
36
## Minimum Supported Rust Version (MSRV)
37
37
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*
39
39
compile with older versions but that may change in any new patch release.
40
40
41
41
## License
You can’t perform that action at this time.
0 commit comments