We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67bd7a commit 644758dCopy full SHA for 644758d
.github/workflows/ci.yml
@@ -41,6 +41,9 @@ jobs:
41
if: contains(matrix.os, 'ubuntu')
42
run: deno lint && cargo clippy
43
44
+ - name: Install wasm-bindgen-cli
45
+ run: cargo install wasm-bindgen-cli --version 0.2.100 --locked
46
+
47
- name: Check Wasm up-to-date
48
run: deno task build --check
49
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.77.0"
+channel = "1.85.0"
3
components = [ "clippy", "rustfmt" ]
0 commit comments