mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-12 00:00:55 +00:00
Add jemalloc
to test -sys
style dependencies
This commit is contained in:
parent
fd201ad913
commit
9de8f90afb
4 changed files with 33 additions and 1 deletions
|
@ -8,3 +8,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
reqwest = "0.11.11"
|
||||
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }
|
||||
|
||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||
tikv-jemallocator = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue