ci: Allow spec links to v1.6
This commit is contained in:
parent
4f8bcf3ee1
commit
d8f36aa241
@ -28,7 +28,7 @@ impl Spec {
|
||||
|
||||
/// Authorized versions in URLs pointing to the new specs.
|
||||
const NEW_VERSION_WHITELIST: &'static [&'static str] = &[
|
||||
"v1.1", "v1.2", "v1.3", "v1.4", "v1.5",
|
||||
"v1.1", "v1.2", "v1.3", "v1.4", "v1.5", "v1.6",
|
||||
"latest",
|
||||
// This should only be enabled if a legitimate use case is found.
|
||||
// "unstable",
|
||||
|
Loading…
x
Reference in New Issue
Block a user