Skip to content

Commit b6abafd

Browse files
committed
update rust toolchain
1 parent ff95582 commit b6abafd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Daily
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 0 * * *' # runs daily at 00:00
5+
#schedule:
6+
# - cron: '0 0 * * *' # runs daily at 00:00
77

88
jobs:
99
check-release:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: dtolnay/rust-toolchain@stable
2323
with:
2424
targets: x86_64-unknown-linux-gnu
25-
toolchain: 1.81.0
25+
toolchain: 1.84.0
2626
- name: install dependencies
2727
run: |
2828
sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev
@@ -73,7 +73,7 @@ jobs:
7373
- uses: dtolnay/rust-toolchain@stable
7474
with:
7575
targets: x86_64-pc-windows-msvc
76-
toolchain: 1.81.0
76+
toolchain: 1.84.0
7777

7878
- name: Build
7979
run: |
@@ -118,7 +118,7 @@ jobs:
118118
- uses: dtolnay/rust-toolchain@stable
119119
with:
120120
targets: x86_64-apple-darwin
121-
toolchain: 1.81.0
121+
toolchain: 1.84.0
122122

123123
- name: Environment Setup
124124
run: |
@@ -165,7 +165,7 @@ jobs:
165165
- uses: dtolnay/rust-toolchain@stable
166166
with:
167167
targets: aarch64-apple-darwin
168-
toolchain: 1.81.0
168+
toolchain: 1.84.0
169169

170170

171171
- name: Environment

0 commit comments

Comments
 (0)