Skip to content

Commit 46b7744

Browse files
committed
0.0.128
1 parent 114a08f commit 46b7744

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
environment_variables: DEBUG RUSTUP_IO_THREADS
190190
shell: bash
191191
run: |
192-
sudo pkg install -y -f curl node libnghttp2 npm
192+
sudo pkg install -y -f curl node libnghttp2 npm openssl
193193
sudo npm install -g yarn --ignore-scripts
194194
curl https://sh.rustup.rs -sSf --output rustup.sh
195195
sh rustup.sh -y --profile minimal --default-toolchain stable

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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
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.127",
3+
"version": "0.0.128",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

0 commit comments

Comments
 (0)