Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Test libmimalloc-sys crate bindings (no secure)
run: cargo run -p libmimalloc-sys-test

- name: Build (extended)
run: cargo build --features extended

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
target: wasm32-wasip1-threads

runs-on: ${{ matrix.settings.host }}

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -153,8 +153,8 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
if: ${{ contains(matrix.settings.target, 'musl') }}
with:
version: 0.14.0
version: 0.14.1

- name: Install cargo-zigbuild
uses: taiki-e/install-action@v2
if: ${{ contains(matrix.settings.target, 'musl') }}
Expand Down
4 changes: 2 additions & 2 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish = false
crate-type = ["cdylib", "lib"]

[dependencies]
napi = "3.0.0-alpha"
napi-derive = "3.0.0-alpha"
napi = "3.0.0-beta"
napi-derive = "3.0.0-beta"

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