We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32f77e commit ab7d7d0Copy full SHA for ab7d7d0
.github/workflows/publish-swift-package.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
echo "New tag: ${VERSION}"
23
- name: Setup rust toolchain
24
- uses: dtolnay/rust-toolchain@1.75.0
+ uses: dtolnay/rust-toolchain@1.78.0
25
with:
26
targets: x86_64-apple-ios,aarch64-apple-ios,aarch64-apple-ios-sim
27
- name: Setup just
0 commit comments