xtask: Allow links to v1.12 of the spec

This commit is contained in:
Kévin Commaille 2024-10-07 22:25:57 +02:00 committed by strawberry
parent 56b400b832
commit aae40393bb

View File

@ -18,6 +18,7 @@ const OLD_URL_WHITELIST: &[&str] =
/// Authorized versions in URLs pointing to the new specs. /// Authorized versions in URLs pointing to the new specs.
const NEW_VERSION_WHITELIST: &[&str] = &[ const NEW_VERSION_WHITELIST: &[&str] = &[
"v1.1", "v1.2", "v1.3", "v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.1", "v1.2", "v1.3", "v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11",
"v1.12",
"latest", "latest",
// This should only be enabled if a legitimate use case is found. // This should only be enabled if a legitimate use case is found.
// "unstable", // "unstable",