Skip to content

Commit cd02340

Browse files
Update to Rust 1.85, 2024 edition. Upgrade dependencies.
1 parent 2c7d131 commit cd02340

File tree

13 files changed

+1272
-784
lines changed

13 files changed

+1272
-784
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/rust.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:
@@ -44,7 +44,7 @@ jobs:
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:
@@ -71,7 +71,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)