mirror of
https://github.com/instant-labs/instant-acme.git
synced 2025-01-19 07:39:19 +00:00
Bump MSRV to 1.71 for rustls-native-certs
This commit is contained in:
parent
95ebe117c4
commit
f45bd2174d
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: 1.70.0
|
||||
toolchain: 1.71.0
|
||||
- run: cargo check --lib --features fips
|
||||
|
||||
msrv:
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: 1.70.0
|
||||
toolchain: 1.71.0
|
||||
- run: cargo check --lib --all-features
|
||||
|
||||
lint:
|
||||
|
Loading…
Reference in New Issue
Block a user