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.
[email protected] requires rustc 1.80.1
1 parent de17487 commit 605f3f1Copy full SHA for 605f3f1
.github/workflows/build-wasm-js.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install rust toolchain
25
uses: actions-rust-lang/setup-rust-toolchain@v1
26
with:
27
- toolchain: 1.79.0
+ toolchain: 1.80.1
28
29
- name: Install wasm-pack
30
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -39,9 +39,6 @@ jobs:
39
cp ./dist/embedded/esm.bundled.js ../assets/wasm/surrealdb
40
cp ./dist/embedded/index_bg.wasm ../assets/wasm/surrealdb
41
42
- - name: "Install NPM dependencies"
43
- run: pnpm install
44
-
45
#- name: "Minify and compress JavaScript files"
46
# run: pnpm run package
47
0 commit comments