File tree Expand file tree Collapse file tree 3 files changed +363
-363
lines changed Expand file tree Collapse file tree 3 files changed +363
-363
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- name : Test libmimalloc-sys crate bindings (no secure)
55
55
run : cargo run -p libmimalloc-sys-test
56
-
56
+
57
57
- name : Build (extended)
58
58
run : cargo build --features extended
59
59
@@ -141,7 +141,7 @@ jobs:
141
141
target : wasm32-wasip1-threads
142
142
143
143
runs-on : ${{ matrix.settings.host }}
144
-
144
+
145
145
steps :
146
146
- uses : actions/checkout@v4
147
147
with :
@@ -153,8 +153,8 @@ jobs:
153
153
- uses : goto-bus-stop/setup-zig@v2
154
154
if : ${{ contains(matrix.settings.target, 'musl') }}
155
155
with :
156
- version : 0.14.0
157
-
156
+ version : 0.14.1
157
+
158
158
- name : Install cargo-zigbuild
159
159
uses : taiki-e/install-action@v2
160
160
if : ${{ contains(matrix.settings.target, 'musl') }}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ publish = false
8
8
crate-type = [" cdylib" , " lib" ]
9
9
10
10
[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 "
13
13
14
14
[target .'cfg(target_os = "linux")' .dependencies ]
15
15
mimalloc-safe = { path = " ../" , features = [" local_dynamic_tls" , " skip_collect_on_exit" ] }
You can’t perform that action at this time.
0 commit comments