Switch build pipeline to MSRV 1.74

This commit is contained in:
2024-10-07 13:38:47 -05:00
parent 22606aad30
commit 7eaea3e2f4
3 changed files with 2 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
toolchain: 1.74
targets: ${{ matrix.target }}
- name: Cache Rust dependencies