MSRV fix
This commit is contained in:
parent
b0442bffa8
commit
f70030eb38
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
- 1.51.0 # MSVR
|
- 1.52.1 # MSVR
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# Important preparation step: override the latest default Rust version in GitHub CI
|
# Important preparation step: override the latest default Rust version in GitHub CI
|
||||||
|
@ -53,7 +53,7 @@ If your tar file is compressed, e.g. by `.tar.gz`/`gzip`, you need to uncompress
|
|||||||
bytes.
|
bytes.
|
||||||
|
|
||||||
## MSRV
|
## MSRV
|
||||||
The MSRV is 1.51.0 stable.
|
The MSRV is 1.52.1 stable.
|
||||||
|
|
||||||
|
|
||||||
[0]: https://www.gnu.org/software/tar/manual/html_section/Formats.html
|
[0]: https://www.gnu.org/software/tar/manual/html_section/Formats.html
|
||||||
|
Loading…
Reference in New Issue
Block a user