python, meson: update meson required for Rust to 1.12.0

Meson 1.11.0 brings support for parsing Cargo.toml inside QEMU's source
tree, and Meson 1.12.0 brings support for cross-compilation of Cargo
subprojects.

Together, these two features allow QEMU to remove hundreds of lines of
manual compilation scripts.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini
2026-08-13 10:27:10 +02:00
parent 51ea699eb8
commit 4c8c132036
5 changed files with 6 additions and 6 deletions

View File

@@ -41,8 +41,8 @@ def main() -> int:
parser.parse_args()
packages = {
"meson==1.11.1":
"9b3a023657e393dbc5335b95c561337d49b7a458f5541e47ec44f2cc566e0d80",
"meson==1.12.0":
"71f133147fa0fcfe8f4df49fa1045771064947834538409e5d97b3613aac8b4e",
"qemu.qmp==0.0.6":
"5d7c5af0e9de427696e3bf72e333965c3a697929f77f6b7ddc30c989fc7b539b",
"pycotap==1.3.1":