Skip to content

Commit fe56ab7

Browse files
committed
lock toolchain to 1.65
1 parent b99e74c commit fe56ab7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: dtolnay/rust-toolchain@stable
13+
- uses: dtolnay/rust-toolchain@1.65
1414
with:
15-
toolchain: 1.65
1615
targets: wasm32-unknown-unknown
1716

1817
- run: rustc --version

0 commit comments

Comments
 (0)