mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Fix github CLI publish CI msrv (#2802)
This commit is contained in:
parent
506d47f7d2
commit
8c992bb4cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue