From d8c9aaf6dff720014a82a47c16d961ab2af952c8 Mon Sep 17 00:00:00 2001 From: konstin Date: Tue, 2 Dec 2025 18:52:54 +0100 Subject: [PATCH] Move to https://wheelnext.github.io/variants-index/v0.0.3 --- crates/uv-distribution-types/src/index_url.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/uv-distribution-types/src/index_url.rs b/crates/uv-distribution-types/src/index_url.rs index aa948f86b..f1d16a584 100644 --- a/crates/uv-distribution-types/src/index_url.rs +++ b/crates/uv-distribution-types/src/index_url.rs @@ -27,8 +27,9 @@ static DEFAULT_INDEX: LazyLock = LazyLock::new(|| { )))) }); -static VARIANT_URL: LazyLock = - LazyLock::new(|| DisplaySafeUrl::parse("https://wheelnext.github.io/variants-index/v0.0.2").unwrap()); +static VARIANT_URL: LazyLock = LazyLock::new(|| { + DisplaySafeUrl::parse("https://wheelnext.github.io/variants-index/v0.0.3").unwrap() +}); static VARIANT_INDEX: LazyLock = LazyLock::new(|| { Index::from_extra_index_url(IndexUrl::Url(Arc::new(VerbatimUrl::from_url(