Skip to content

Commit e0546d8

Browse files
committed
0.0.123
1 parent 28ff922 commit e0546d8

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- host: ubuntu-latest
5353
target: x86_64-unknown-linux-musl
5454
setup: |
55-
sudo apt-get update && sudo apt-get install -y build-essential cmake musl-tools musl-dev openssl libssl-dev ca-certificates gcc libc6
55+
sudo apt-get update && sudo apt-get install -y build-essential pkg-config cmake musl-tools musl-dev openssl libssl-dev ca-certificates gcc g++ libc6
5656
export CC=musl-gcc
5757
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
5858
build: yarn build --target x86_64-unknown-linux-musl
@@ -93,7 +93,7 @@ jobs:
9393
- host: ubuntu-latest
9494
target: aarch64-unknown-linux-musl
9595
setup: |
96-
sudo apt-get update && sudo apt-get install -y build-essential musl-tools musl-dev ca-certificates gcc libc6 perl openssl libssl-dev
96+
sudo apt-get update && sudo apt-get install -y pkg-config build-essential musl-tools musl-dev ca-certificates gcc g++ libc6 perl openssl libssl-dev
9797
export CC=musl-gcc
9898
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
9999
build: |

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-android-arm-eabi",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"android"

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-android-arm64",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"android"

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-darwin-arm64",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"darwin"

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-darwin-universal",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"darwin"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-darwin-x64",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"darwin"

npm/freebsd-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-freebsd-x64",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"freebsd"

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-linux-arm-gnueabihf",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-linux-arm64-gnu",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-linux-arm64-musl",
3-
"version": "0.0.122",
3+
"version": "0.0.123",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

0 commit comments

Comments
 (0)