konstin 2025-12-02 18:52:54 +01:00
parent 0831d04305
commit d8c9aaf6df
1 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,9 @@ static DEFAULT_INDEX: LazyLock<Index> = LazyLock::new(|| {
))))
});
static VARIANT_URL: LazyLock<DisplaySafeUrl> =
LazyLock::new(|| DisplaySafeUrl::parse("https://wheelnext.github.io/variants-index/v0.0.2").unwrap());
static VARIANT_URL: LazyLock<DisplaySafeUrl> = LazyLock::new(|| {
DisplaySafeUrl::parse("https://wheelnext.github.io/variants-index/v0.0.3").unwrap()
});
static VARIANT_INDEX: LazyLock<Index> = LazyLock::new(|| {
Index::from_extra_index_url(IndexUrl::Url(Arc::new(VerbatimUrl::from_url(