We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085d54b commit 4b4b434Copy full SHA for 4b4b434
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions-rs/toolchain@v1
17
with:
18
profile: minimal
19
- toolchain: 1.82.0
+ toolchain: 1.87.0
20
default: true
21
- name: get xcode information
22
run: |
scripts/build_swift_ffi.sh
@@ -20,7 +20,7 @@ XCFRAMEWORK_FOLDER="$THIS_SCRIPT_DIR/../${FRAMEWORK_NAME}.xcframework"
# (as of 10/10/23), but leaving it open to float seems less useful than
# moving the pinning forward, since Catalyst support (target macabi) still
# requires an active, nightly toolchain.
23
-RUST_NIGHTLY="nightly-2024-10-09"
+RUST_NIGHTLY="nightly-2025-09-06"
24
25
echo "Install nightly and rust-src for Catalyst"
26
rustup toolchain install ${RUST_NIGHTLY}
0 commit comments