Skip to content

Commit 82ccefd

Browse files
committed
chore: upgrade rust toolchain
1 parent 582358a commit 82ccefd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: dtolnay/rust-toolchain@stable
112112
if: ${{ !matrix.settings.docker }}
113113
with:
114-
toolchain: nightly-2023-01-11
114+
toolchain: nightly-2023-03-01
115115
targets: ${{ matrix.settings.target }}
116116

117117
- name: Cache cargo registry
@@ -132,7 +132,7 @@ jobs:
132132
- uses: goto-bus-stop/setup-zig@v2
133133
if: ${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
134134
with:
135-
version: 0.10.0
135+
version: 0.10.1
136136

137137
- name: Setup node x86
138138
if: matrix.settings.target == 'i686-pc-windows-msvc'

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install
2424
uses: dtolnay/rust-toolchain@stable
2525
with:
26-
toolchain: nightly-2023-01-11
26+
toolchain: nightly-2023-03-01
2727
components: rustfmt, clippy
2828

2929
- name: 'Install dependencies'

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-01-11
1+
nightly-2023-03-01

0 commit comments

Comments
 (0)