Skip to content

Commit 4448de0

Browse files
committed
test: mimalloc-safe
1 parent 5b3a50f commit 4448de0

5 files changed

Lines changed: 416 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ json-strip-comments = "3"
208208
jsonschema = { version = "0.46.5", default-features = false }
209209
junction = "1.4.1"
210210
memchr = "2.7.4"
211-
mimalloc-safe = "0.1.61"
211+
mimalloc-safe = { git = "https://github.com/shulaoda/mimalloc-safe", branch = "fix/apple-thread-local-recurse-guard" }
212212
mime = "0.3.17"
213213
napi = { version = "3.0.0", default-features = false, features = [
214214
"async",

packages/tools/.upstream-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"rolldown": {
33
"repo": "https://github.com/rolldown/rolldown.git",
44
"branch": "main",
5-
"hash": "f2757ed768477fc9bf198a7d8c370bbd426aa3eb"
5+
"hash": "ee346ceaea6a99d310d5c0541c1897d4e332a939"
66
},
77
"vite": {
88
"repo": "https://github.com/vitejs/vite.git",

0 commit comments

Comments
 (0)