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 baf97cd commit 7897767Copy full SHA for 7897767
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v3
14
- name: Install Rust
15
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@1.83.0
16
with:
17
toolchain: ${{ matrix.rust-toolchain }}
18
- name: Add wasm32-wasi Rust target
0 commit comments