Skip to content

Commit 18d0583

Browse files
committed
Pin to Rust 1.83.0.
1 parent a584525 commit 18d0583

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
rust-toolchain: [stable]
7+
rust-toolchain: [1.83.0]
88
platform: [ubuntu-latest]
99
runs-on: ${{ matrix.platform }}
1010
environment: test
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
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
targets: wasm32-wasi

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "stable"
2+
channel = "1.83.0"
33
targets = [ "wasm32-wasi" ]

0 commit comments

Comments
 (0)