Commit db3ca09 1 parent bd8c65b commit db3ca09 Copy full SHA for db3ca09
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
cache : yarn
22
22
- uses : dtolnay/rust-toolchain@master
23
23
with :
24
- toolchain : 1.77
24
+ toolchain : stable
25
25
components : rustfmt
26
26
# use `--frozen-lockfile` to fail immediately if the committed yarn.lock needs updates
27
27
# https://yarnpkg.com/lang/en/docs/cli/install/#toc-yarn-install-frozen-lockfile
74
74
node-version : ${{ matrix.node }}
75
75
- uses : dtolnay/rust-toolchain@master
76
76
with :
77
- toolchain : 1.77
77
+ toolchain : stable
78
78
- uses : Swatinem/rust-cache@v2
79
79
with :
80
80
shared-key : ${{ matrix.os }}
@@ -112,7 +112,7 @@ jobs:
112
112
node-version : ${{ matrix.node }}
113
113
- uses : dtolnay/rust-toolchain@master
114
114
with :
115
- toolchain : 1.77
115
+ toolchain : stable
116
116
- uses : Swatinem/rust-cache@v2
117
117
with :
118
118
shared-key : ${{ matrix.os }}
@@ -139,7 +139,7 @@ jobs:
139
139
node-version : 20
140
140
- uses : dtolnay/rust-toolchain@master
141
141
with :
142
- toolchain : 1.77
142
+ toolchain : stable
143
143
targets : wasm32-unknown-unknown
144
144
- name : Install wasm-opt
145
145
run : |
Original file line number Diff line number Diff line change 48
48
- name : Install Rust
49
49
uses : dtolnay/rust-toolchain@master
50
50
with :
51
- toolchain : 1.77
51
+ toolchain : stable
52
52
target : ${{ matrix.target }}
53
53
-
uses :
bahmutov/[email protected]
54
54
- uses : Swatinem/rust-cache@v2
98
98
- name : Install Rust
99
99
uses : actions-rs/toolchain@v1
100
100
with :
101
- toolchain : 1.77
101
+ toolchain : stable
102
102
profile : minimal
103
103
override : true
104
104
-
uses :
bahmutov/[email protected]
@@ -150,7 +150,7 @@ jobs:
150
150
- name : Install Rust
151
151
uses : dtolnay/rust-toolchain@master
152
152
with :
153
- toolchain : 1.77
153
+ toolchain : stable
154
154
target : ${{ matrix.target }}
155
155
- name : Install cross compile toolchains
156
156
run : |
@@ -225,7 +225,7 @@ jobs:
225
225
- name : Install Rust
226
226
uses : dtolnay/rust-toolchain@master
227
227
with :
228
- toolchain : 1.77
228
+ toolchain : stable
229
229
target : ${{ matrix.target }}
230
230
-
uses :
bahmutov/[email protected]
231
231
- name : Build native packages
Original file line number Diff line number Diff line change 29
29
node-version : 20
30
30
- uses : dtolnay/rust-toolchain@master
31
31
with :
32
- toolchain : 1.77
32
+ toolchain : stable
33
33
targets : wasm32-unknown-unknown
34
34
- name : Install wasm-opt
35
35
run : |
Original file line number Diff line number Diff line change 1
- 1.77
1
+ stable
You can’t perform that action at this time.
0 commit comments