mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-10-28 23:35:02 -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]]
|
[[package]]
|
||||||
name = "libmimalloc-sys"
|
name = "libmimalloc-sys"
|
||||||
version = "0.1.41"
|
version = "0.1.41"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/scottlamb/mimalloc_rust?branch=musl-fix#39596674eef4cdc69fb102c20f6881466a9fadd3"
|
||||||
checksum = "6b20daca3a4ac14dbdc753c5e90fc7b490a48a9131daed3c9a9ced7b2defd37b"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"cty",
|
"cty",
|
||||||
|
|||||||
@ -21,7 +21,7 @@ coded = { git = "https://github.com/scottlamb/coded", rev = "2c97994974a73243d5d
|
|||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
jiff = { workspace = true }
|
jiff = { workspace = true }
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
libmimalloc-sys = { version = "0.1.41", features = [
|
libmimalloc-sys = { git = "https://github.com/scottlamb/mimalloc_rust", branch = "musl-fix", features = [
|
||||||
"override",
|
"override",
|
||||||
"extended",
|
"extended",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user