Skip to content

Commit

Permalink
Bump MSRV to 1.71 for rustls-native-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 22, 2024
1 parent 95ebe11 commit f45bd21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit f45bd21

Please sign in to comment.