mirror of https://github.com/astral-sh/uv
Fix outdated comment in `Cargo.toml` for `performance` feature (#10650)
It really does not look like this turns on self-update
This commit is contained in:
parent
a7f13e0e0b
commit
3d48e1ea4c
|
|
@ -134,7 +134,7 @@ ignored = [
|
|||
|
||||
[features]
|
||||
default = ["python", "python-managed", "pypi", "git", "performance", "crates-io"]
|
||||
# Use better memory allocators, etc. — also turns-on self-update.
|
||||
# Use better memory allocators, etc.
|
||||
performance = [
|
||||
"performance-memory-allocator",
|
||||
"performance-flate2-backend",
|
||||
|
|
|
|||
Loading…
Reference in New Issue