File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
uses : dtolnay/rust-toolchain@stable
112
112
if : ${{ !matrix.settings.docker }}
113
113
with :
114
- toolchain : nightly-2023-01-11
114
+ toolchain : nightly-2023-03-01
115
115
targets : ${{ matrix.settings.target }}
116
116
117
117
- name : Cache cargo registry
@@ -132,7 +132,7 @@ jobs:
132
132
- uses : goto-bus-stop/setup-zig@v2
133
133
if : ${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
134
134
with :
135
- version : 0.10.0
135
+ version : 0.10.1
136
136
137
137
- name : Setup node x86
138
138
if : matrix.settings.target == 'i686-pc-windows-msvc'
Original file line number Diff line number Diff line change 23
23
- name : Install
24
24
uses : dtolnay/rust-toolchain@stable
25
25
with :
26
- toolchain : nightly-2023-01-11
26
+ toolchain : nightly-2023-03-01
27
27
components : rustfmt, clippy
28
28
29
29
- name : ' Install dependencies'
Original file line number Diff line number Diff line change 1
- nightly-2023-01-11
1
+ nightly-2023-03-01
You can’t perform that action at this time.
0 commit comments