From d650d56485721c4dfe1e16dc9ffa15c1b162afdf Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:43:04 +0100 Subject: [PATCH] Rust: Implement upgrade and downgrade scripts. --- .../upgrade.properties | 4 ++-- .../upgrade.properties | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/rust/downgrades/dfade44a27bd44db996ae8c5095a11effc883aba/upgrade.properties b/rust/downgrades/dfade44a27bd44db996ae8c5095a11effc883aba/upgrade.properties index 64da53384a5..05ada67c81b 100644 --- a/rust/downgrades/dfade44a27bd44db996ae8c5095a11effc883aba/upgrade.properties +++ b/rust/downgrades/dfade44a27bd44db996ae8c5095a11effc883aba/upgrade.properties @@ -1,2 +1,2 @@ -description: -compatibility: full|backwards|partial|breaking +description: Revert removing extractor generated paths +compatibility: partial diff --git a/rust/ql/lib/upgrades/b41e55c0dba14a139d01dbee713aca5efe5b818a/upgrade.properties b/rust/ql/lib/upgrades/b41e55c0dba14a139d01dbee713aca5efe5b818a/upgrade.properties index 64da53384a5..b50f4c8228c 100644 --- a/rust/ql/lib/upgrades/b41e55c0dba14a139d01dbee713aca5efe5b818a/upgrade.properties +++ b/rust/ql/lib/upgrades/b41e55c0dba14a139d01dbee713aca5efe5b818a/upgrade.properties @@ -1,2 +1,6 @@ -description: -compatibility: full|backwards|partial|breaking +description: Remove extractor generated paths +compatibility: full +addressable_extended_canonical_paths.rel: delete +addressable_crate_origins.rel: delete +resolvable_resolved_paths.rel: delete +resolvable_resolved_crate_origins.rel: delete