Skip to content

Commit 4b4b434

Browse files
committed
chore: update toolchain versions in CI and build script
1 parent 085d54b commit 4b4b434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions-rs/toolchain@v1
1717
with:
1818
profile: minimal
19-
toolchain: 1.82.0
19+
toolchain: 1.87.0
2020
default: true
2121
- name: get xcode information
2222
run: |

scripts/build_swift_ffi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ XCFRAMEWORK_FOLDER="$THIS_SCRIPT_DIR/../${FRAMEWORK_NAME}.xcframework"
2020
# (as of 10/10/23), but leaving it open to float seems less useful than
2121
# moving the pinning forward, since Catalyst support (target macabi) still
2222
# requires an active, nightly toolchain.
23-
RUST_NIGHTLY="nightly-2024-10-09"
23+
RUST_NIGHTLY="nightly-2025-09-06"
2424

2525
echo "Install nightly and rust-src for Catalyst"
2626
rustup toolchain install ${RUST_NIGHTLY}

0 commit comments

Comments
 (0)