Skip to content

Commit 7fade24

Browse files
committed
downgrade rust toolchain to 1.65
1 parent 84a05f6 commit 7fade24

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
- uses: actions/checkout@v3
1313
- uses: actions-rs/toolchain@v1
1414
with:
15-
toolchain: 1.69
15+
toolchain: 1.65
1616
target: wasm32-unknown-unknown
1717

1818
- run: rustc --version

0 commit comments

Comments
 (0)