Skip to content

Commit 426781b

Browse files
committed
uv Remove --no-default-features from formula
This disables the `performance` feature, which provides critical performance improvements for production use-cases
1 parent 124ff4c commit 426781b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/u/uv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Uv < Formula
2626
def install
2727
ENV["UV_COMMIT_HASH"] = ENV["UV_COMMIT_SHORT_HASH"] = tap.user
2828
ENV["UV_COMMIT_DATE"] = time.strftime("%F")
29-
system "cargo", "install", "--no-default-features", *std_cargo_args(path: "crates/uv")
29+
system "cargo", "install", *std_cargo_args(path: "crates/uv")
3030
generate_completions_from_executable(bin/"uv", "generate-shell-completion")
3131
generate_completions_from_executable(bin/"uvx", "--generate-shell-completion")
3232
end

0 commit comments

Comments
 (0)