Skip to content

Commit 2b8f318

Browse files
committed
Updated toolchain in workflow to fix release action
1 parent 6a4d640 commit 2b8f318

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
lfs: true
5757
- uses: actions-rs/toolchain@v1
5858
with:
59-
toolchain: 1.59.0
59+
toolchain: stable
6060
override: true
6161
- uses: Swatinem/rust-cache@v2
6262
- name: "Prebuild"

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
lfs: true
5757
- uses: actions-rs/toolchain@v1
5858
with:
59-
toolchain: 1.59.0
59+
toolchain: stable
6060
override: true
6161
- uses: Swatinem/rust-cache@v2
6262
- name: "Prebuild"
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v3
9191
- uses: actions-rs/toolchain@v1
9292
with:
93-
toolchain: 1.59.0
93+
toolchain: stable
9494
override: true
9595
- run: |
9696
sudo apt-get update

0 commit comments

Comments
 (0)