Merge pull request #258 from zip-rs/feature/bump_msrv

feat: bump MSRV
This commit is contained in:
Alexander Zaitsev 2022-01-22 16:50:44 +03:00 committed by GitHub
commit 06b41010ea
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, 1.52.0] rust: [stable, 1.54.0]
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
@ -54,4 +54,4 @@ jobs:
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Docs - name: Docs
run: cargo doc run: cargo doc

View file

@ -51,7 +51,7 @@ All of these are enabled by default.
MSRV MSRV
---- ----
Our current Minimum Supported Rust Version is **1.52.0**. When adding features, Our current Minimum Supported Rust Version is **1.54.0**. When adding features,
we will follow these guidelines: we will follow these guidelines:
- We will always support the latest four minor Rust versions. This gives you a 6 - We will always support the latest four minor Rust versions. This gives you a 6