We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-default-features
1 parent 124ff4c commit 426781bCopy full SHA for 426781b
Formula/u/uv.rb
@@ -26,7 +26,7 @@ class Uv < Formula
26
def install
27
ENV["UV_COMMIT_HASH"] = ENV["UV_COMMIT_SHORT_HASH"] = tap.user
28
ENV["UV_COMMIT_DATE"] = time.strftime("%F")
29
- system "cargo", "install", "--no-default-features", *std_cargo_args(path: "crates/uv")
+ system "cargo", "install", *std_cargo_args(path: "crates/uv")
30
generate_completions_from_executable(bin/"uv", "generate-shell-completion")
31
generate_completions_from_executable(bin/"uvx", "--generate-shell-completion")
32
end
0 commit comments