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

@@ -86,7 +86,7 @@ case "${lang}" in
csharp | cpp | javascript | python)
scheme_file="${lang}/ql/lib/semmlecode.${lang}.dbscheme"
;;
go | ruby | swift)
go | ruby | rust | swift)
scheme_file="${lang}/ql/lib/${lang}.dbscheme"
;;
*)