Rust: introduce upgrades/downgrades infrastructure

This commit is contained in:
Paolo Tranquilli
2025-03-31 16:49:45 +02:00
parent 92cfb6ea15
commit f5d6fd081d
6 changed files with 7221 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ codeql_pack(
srcs = [
":root-files",
":tools",
"//rust/downgrades",
],
experimental = True,
)