diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-29 10:43:16 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-03 22:42:18 +0200 |
| commit | 0074a471477d56723bd6fd044b78c30ff5958f56 (patch) | |
| tree | 0ba22caf345e0f1fe0e47868dacf543b4688792c /python/scripts | |
| parent | b652d512855997ec89c78aa540aceadd5af13724 (diff) | |
| download | focaccia-qemu-0074a471477d56723bd6fd044b78c30ff5958f56.tar.gz focaccia-qemu-0074a471477d56723bd6fd044b78c30ff5958f56.zip | |
meson: update to version 1.8.1
This adds several improvements to Rust support, including native clippy and rustdoc targets, the "objects" keyword, and running doctests. Require it only when Rust support is requested, to avoid putting a strict requirement on all build platforms for the sake of an experimental feature. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'python/scripts')
| -rwxr-xr-x | python/scripts/vendor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/scripts/vendor.py b/python/scripts/vendor.py index 0405e910b4..b47db00743 100755 --- a/python/scripts/vendor.py +++ b/python/scripts/vendor.py @@ -41,8 +41,8 @@ def main() -> int: parser.parse_args() packages = { - "meson==1.5.0": - "52b34f4903b882df52ad0d533146d4b992c018ea77399f825579737672ae7b20", + "meson==1.8.1": + "374bbf71247e629475fc10b0bd2ef66fc418c2d8f4890572f74de0f97d0d42da", } vendor_dir = Path(__file__, "..", "..", "wheels").resolve() |