Skip to content

Commit 0865ba0

Browse files
build: bump world crates to v0.13.24-rc1 (#760)
* build: bump world crates to 0.13.24-rc1 * fix: bump toolchain * fix: compile error * fix: compile error * fix: compile error * fix: compile error * fix: compile error * fix: compile error * fix: fmt error * build: downgrade libc
1 parent 505f9a7 commit 0865ba0

File tree

20 files changed

+633
-679
lines changed

20 files changed

+633
-679
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: rui314/setup-mold@v1
3535
- uses: actions-rust-lang/setup-rust-toolchain@v1
3636
with:
37-
toolchain: 1.85.0
37+
toolchain: 1.88.0
3838
components: clippy, rustfmt
3939
# https://github.com/Renumics/spotlight/blob/main/.github/workflows/ci.yml
4040
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: rui314/setup-mold@v1
3636
- uses: actions-rust-lang/setup-rust-toolchain@v1
3737
with:
38-
toolchain: 1.85.0
38+
toolchain: 1.88.0
3939
target: wasm32-unknown-unknown
4040
- name: Set Node.js 22.x
4141
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)