No longer update 2023 IDE plugins

This commit is contained in:
Marco Köpcke 2025-02-08 14:14:09 +01:00 committed by GitHub
commit 8b6cf0fcb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ use std::collections::HashSet;
const JETBRAINS_VERSIONS: &str = "https://www.jetbrains.com/updates/updates.xml";
const PROCESSED_VERSION_PREFIXES: &[&str] = &["2027.", "2026.", "2025.", "2024.", "2023."];
const PROCESSED_VERSION_PREFIXES: &[&str] = &["2027.", "2026.", "2025.", "2024."];
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)]
pub enum IdeProduct {