chore: update MSRV to 1.75 (#5974)

This commit is contained in:
Dan Cline
2024-01-08 11:19:19 -05:00
committed by GitHub
parent 1208f6b874
commit 5353ac3c05
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.70" # MSRV
toolchain: "1.75" # MSRV
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true