We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3941a commit 0abe88fCopy full SHA for 0abe88f
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions-rs/toolchain@v1
16
with:
17
profile: minimal
18
- toolchain: 1.66.0
+ toolchain: 1.75.0
19
default: true
20
- name: get xcode information
21
run: |
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
- run: rustup target add wasm32-wasi
41
- uses: swiftwasm/setup-swiftwasm@v1
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
components: rustfmt
61
- name: Clippy
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
components: clippy
74
0 commit comments