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 6878a73 commit 48f2f6aCopy full SHA for 48f2f6a
.github/workflows/cpp-test.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install Rust
42
uses: actions-rs/toolchain@v1
43
with:
44
- toolchain: 1.81
+ toolchain: 1.88
45
override: true
46
components: clippy, rustfmt
47
- name: Build
.github/workflows/nodejs-test.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install rust toolchain
33
34
35
36
37
38
.github/workflows/wasm-test.yaml
@@ -35,7 +35,7 @@ jobs:
- name: Setup Rust
39
40
- name: Setup Go
0 commit comments