File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ status = [
1717 " build (stable, x86_64-unknown-linux-gnu)" ,
1818 " build (stable, x86_64-unknown-linux-musl)" ,
1919
20- " build (1.46 .0, x86_64-unknown-linux-gnu)" ,
20+ " build (1.59 .0, x86_64-unknown-linux-gnu)" ,
2121
2222 " checks"
2323]
Original file line number Diff line number Diff line change 3333
3434 include :
3535 # MSRV
36- - rust : 1.46 .0
36+ - rust : 1.59 .0
3737 TARGET : x86_64-unknown-linux-gnu
3838
3939 # Test nightly but don't fail
@@ -109,7 +109,7 @@ jobs:
109109 - uses : actions-rs/toolchain@v1
110110 with :
111111 profile : minimal
112- toolchain : 1.46 .0
112+ toolchain : 1.59 .0
113113 components : clippy
114114
115115 - uses : actions-rs/clippy-check@v1
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1212## [ v0.5.1] - 2021-11-22
1313
1414- Updated nix to version ` 0.23 ` .
15+ - MSRV is now 1.59.0.
1516
1617## [ v0.5.0] - 2021-09-21
1718
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ to be considered reliable.
206206
207207## Minimum Supported Rust Version (MSRV)
208208
209- This crate is guaranteed to compile on stable Rust 1.46 .0 and up. It * might*
209+ This crate is guaranteed to compile on stable Rust 1.59 .0 and up. It * might*
210210compile with older versions but that may change in any new patch release.
211211
212212## License
You can’t perform that action at this time.
0 commit comments