Fix github CLI publish CI msrv (#2802)

This commit is contained in:
Jonathan Kelley 2024-08-07 16:50:43 -07:00 committed by GitHub
parent 506d47f7d2
commit 8c992bb4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.75.0"
toolchain: "1.79.0"
targets: ${{ matrix.platform.target }}
- uses: Swatinem/rust-cache@v2