Skip to content

Commit d07c2d8

Browse files
authored
chore: update deps (#21)
1 parent a325ce0 commit d07c2d8

File tree

3 files changed

+363
-363
lines changed

3 files changed

+363
-363
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Test libmimalloc-sys crate bindings (no secure)
5555
run: cargo run -p libmimalloc-sys-test
56-
56+
5757
- name: Build (extended)
5858
run: cargo build --features extended
5959

@@ -141,7 +141,7 @@ jobs:
141141
target: wasm32-wasip1-threads
142142

143143
runs-on: ${{ matrix.settings.host }}
144-
144+
145145
steps:
146146
- uses: actions/checkout@v4
147147
with:
@@ -153,8 +153,8 @@ jobs:
153153
- uses: goto-bus-stop/setup-zig@v2
154154
if: ${{ contains(matrix.settings.target, 'musl') }}
155155
with:
156-
version: 0.14.0
157-
156+
version: 0.14.1
157+
158158
- name: Install cargo-zigbuild
159159
uses: taiki-e/install-action@v2
160160
if: ${{ contains(matrix.settings.target, 'musl') }}

example/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ publish = false
88
crate-type = ["cdylib", "lib"]
99

1010
[dependencies]
11-
napi = "3.0.0-alpha"
12-
napi-derive = "3.0.0-alpha"
11+
napi = "3.0.0-beta"
12+
napi-derive = "3.0.0-beta"
1313

1414
[target.'cfg(target_os = "linux")'.dependencies]
1515
mimalloc-safe = { path = "../", features = ["local_dynamic_tls", "skip_collect_on_exit"] }

0 commit comments

Comments
 (0)