build releases with mimalloc

This commit is contained in:
Scott Lamb
2025-04-03 09:16:04 -07:00
parent 0ccc6d0769
commit 39b6f6c49c
10 changed files with 79 additions and 18 deletions

18
server/Cargo.lock generated
View File

@@ -284,6 +284,12 @@ dependencies = [
"typenum",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "cursive"
version = "0.21.1"
@@ -1072,6 +1078,17 @@ version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
[[package]]
name = "libmimalloc-sys"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b20daca3a4ac14dbdc753c5e90fc7b490a48a9131daed3c9a9ced7b2defd37b"
dependencies = [
"cc",
"cty",
"libc",
]
[[package]]
name = "libredox"
version = "0.1.3"
@@ -1215,6 +1232,7 @@ dependencies = [
"futures",
"jiff",
"libc",
"libmimalloc-sys",
"nix",
"nom",
"rusqlite",