Skip to content

Commit a949e17

Browse files
authored
chore(deps): update dependency @swc/core to ^1.10.0 (#122)
2 parents a797003 + 87871d9 commit a949e17

File tree

8 files changed

+183
-194
lines changed

8 files changed

+183
-194
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# These command aliases are not final, may change
22
[alias]
33
# Alias to build actual plugin binary for the specified target.
4-
build-wasi = "build --target wasm32-wasi"
4+
build-wasip1 = "build --target wasm32-wasip1"
55
build-wasm32 = "build --target wasm32-unknown-unknown"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set cargo version
7676
run: cargo bump ${{ needs.should-release.outputs.version }}
7777
- name: Build plugin
78-
run: cargo build --release --target wasm32-wasi
78+
run: cargo build --release --target wasm32-wasip1
7979
- name: Stage cargo changes
8080
run: git stage Cargo.toml Cargo.lock
8181
- name: Registry auth

0 commit comments

Comments
 (0)