We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2f0bc commit 1bbb82dCopy full SHA for 1bbb82d
.github/workflows/prerelease.yml
@@ -47,7 +47,11 @@ jobs:
47
bun-version: latest
48
49
- name: Install rust
50
- uses: dtolnay/rust-toolchain@1.76.0
+ uses: actions-rs/toolchain@v1
51
+ with:
52
+ toolchain: stable
53
+ override: true
54
+ components: rust-std
55
56
- name: Install wasm-pack
57
uses: jetli/wasm-pack-action@v0.4.0
.github/workflows/release.yml
@@ -42,8 +42,12 @@ jobs:
42
43
44
45
46
-
+
with:
0 commit comments