mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-10-28 15:25:03 -04:00
use mimalloc with musl build fix
This commit is contained in:
parent
39b6f6c49c
commit
5147a50771
3
server/Cargo.lock
generated
3
server/Cargo.lock
generated
@ -1081,8 +1081,7 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
||||
[[package]]
|
||||
name = "libmimalloc-sys"
|
||||
version = "0.1.41"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b20daca3a4ac14dbdc753c5e90fc7b490a48a9131daed3c9a9ced7b2defd37b"
|
||||
source = "git+https://github.com/scottlamb/mimalloc_rust?branch=musl-fix#39596674eef4cdc69fb102c20f6881466a9fadd3"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"cty",
|
||||
|
||||
@ -21,7 +21,7 @@ coded = { git = "https://github.com/scottlamb/coded", rev = "2c97994974a73243d5d
|
||||
futures = "0.3"
|
||||
jiff = { workspace = true }
|
||||
libc = "0.2"
|
||||
libmimalloc-sys = { version = "0.1.41", features = [
|
||||
libmimalloc-sys = { git = "https://github.com/scottlamb/mimalloc_rust", branch = "musl-fix", features = [
|
||||
"override",
|
||||
"extended",
|
||||
], optional = true }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user