Skip to content

Commit 7897767

Browse files
committed
Lock workflow to use Rust 1.83.0
1 parent baf97cd commit 7897767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v3
1414
- name: Install Rust
15-
uses: dtolnay/rust-toolchain@stable
15+
uses: dtolnay/rust-toolchain@1.83.0
1616
with:
1717
toolchain: ${{ matrix.rust-toolchain }}
1818
- name: Add wasm32-wasi Rust target

0 commit comments

Comments
 (0)