mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Bake in disable of initial-exec TLS for jemalloc
This commit is contained in:
parent
ba0ffa0fc7
commit
5f7fe354a1
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ crate-type = ["dylib"]
|
|||
|
||||
[dependencies]
|
||||
comrak = { git = "https://github.com/philomena-dev/comrak", branch = "main" }
|
||||
jemallocator = { version = "0.3.2", features = ["disable_initial_exec_tls"] }
|
||||
rustler = "0.22"
|
||||
jemallocator = "0.3.2"
|
||||
ring = "0.16"
|
||||
base64 = "0.13"
|
||||
url = "2.2"
|
||||
|
|
Loading…
Reference in a new issue