Skip to content

Commit 644758d

Browse files
committed
try this
1 parent d67bd7a commit 644758d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
if: contains(matrix.os, 'ubuntu')
4242
run: deno lint && cargo clippy
4343

44+
- name: Install wasm-bindgen-cli
45+
run: cargo install wasm-bindgen-cli --version 0.2.100 --locked
46+
4447
- name: Check Wasm up-to-date
4548
run: deno task build --check
4649

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.77.0"
2+
channel = "1.85.0"
33
components = [ "clippy", "rustfmt" ]

0 commit comments

Comments
 (0)