From 85c1e39ff5a174978e0e996ada1ba6a390e343c6 Mon Sep 17 00:00:00 2001 From: Reci <975235+CrendKing@users.noreply.github.com> Date: Thu, 5 Jun 2025 07:30:48 -0700 Subject: [PATCH] uv@0.7.11: Add the "uvw" binary for shim (#6864) --- bucket/uv.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bucket/uv.json b/bucket/uv.json index 6385abd53d..1517ca9852 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -15,7 +15,8 @@ }, "bin": [ "uv.exe", - "uvx.exe" + "uvx.exe", + "uvw.exe" ], "checkver": { "github": "https://github.com/astral-sh/uv"