mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Update Rust crate tikv-jemallocator to 0.6.0 (#5058)
This commit is contained in:
parent
4d14a1a371
commit
97d2a7c567
3 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ walkdir = { workspace = true }
|
|||
mimalloc = { version = "0.1.39" }
|
||||
|
||||
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies]
|
||||
tikv-jemallocator = { version = "0.5.4" }
|
||||
tikv-jemallocator = { version = "0.6.0" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -77,7 +77,7 @@ which = { workspace = true }
|
|||
mimalloc = { version = "0.1.39" }
|
||||
|
||||
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies]
|
||||
tikv-jemallocator = { version = "0.5.4" }
|
||||
tikv-jemallocator = { version = "0.6.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = { version = "2.0.14" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue