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 038390f commit 7ea3773Copy full SHA for 7ea3773
.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.79
+ toolchain: 1.80
45
override: true
46
components: clippy, rustfmt
47
- name: Build
.github/workflows/wasm-test.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Rust
36
37
38
+ toolchain: 1.81
39
40
- name: Setup Go
0 commit comments