File tree Expand file tree Collapse file tree 13 files changed +1272
-784
lines changed
Expand file tree Collapse file tree 13 files changed +1272
-784
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions-rs/toolchain@v1 # get rust toolchain for wasm
2424 with :
2525 profile : minimal
26- toolchain : stable
26+ toolchain : 1.85.1
2727 target : wasm32-unknown-unknown
2828 override : true
2929 - name : Rust Cache # cache the rust build artefacts
Original file line number Diff line number Diff line change 1717 - uses : actions-rs/toolchain@v1
1818 with :
1919 profile : minimal
20- toolchain : 1.74 .1
20+ toolchain : 1.85 .1
2121 override : true
2222 - uses : actions-rs/cargo@v1
2323 with :
4444 - uses : actions-rs/toolchain@v1
4545 with :
4646 profile : minimal
47- toolchain : 1.74 .1
47+ toolchain : 1.85 .1
4848 override : true
4949 - uses : actions-rs/cargo@v1
5050 with :
7171 - uses : actions-rs/toolchain@v1
7272 with :
7373 profile : minimal
74- toolchain : 1.74 .1
74+ toolchain : 1.85 .1
7575 target : wasm32-unknown-unknown
7676 override : true
7777 - uses : actions-rs/cargo@v1
9191 - uses : actions-rs/toolchain@v1
9292 with :
9393 profile : minimal
94- toolchain : 1.74 .1
94+ toolchain : 1.85 .1
9595 override : true
9696 - run : sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
9797 - uses : actions-rs/cargo@v1
@@ -107,7 +107,7 @@ jobs:
107107 - uses : actions-rs/toolchain@v1
108108 with :
109109 profile : minimal
110- toolchain : 1.74 .1
110+ toolchain : 1.85 .1
111111 override : true
112112 components : rustfmt
113113 - uses : actions-rs/cargo@v1
@@ -123,7 +123,7 @@ jobs:
123123 - uses : actions-rs/toolchain@v1
124124 with :
125125 profile : minimal
126- toolchain : 1.74 .1
126+ toolchain : 1.85 .1
127127 override : true
128128 components : clippy
129129 - uses : actions-rs/cargo@v1
@@ -139,7 +139,7 @@ jobs:
139139 - uses : actions-rs/toolchain@v1
140140 with :
141141 profile : minimal
142- toolchain : 1.74 .1
142+ toolchain : 1.85 .1
143143 target : wasm32-unknown-unknown
144144 override : true
145145 - name : Download and install Trunk binary
You can’t perform that action at this time.
0 commit comments