On Mon, Sep 08, 2025 at 12:49:34PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:49:34 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 02/33] configure: bump Meson to 1.9.0 for use with Rust > X-Mailer: git-send-email 2.51.0 > > Meson 1.9.0 provides mixed linking of Rust and C objects. As a side effect, > this also allows adding dependencies with "sources: ..." files to Rust crates > that use structured_sources(). > > It can also clean up up the meson.build files for Rust noticeably, but due > to an issue with doctests (see https://github.com/mesonbuild/meson/pull/14973) > that will have to wait for 1.9.1. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > configure | 4 ++-- > python/scripts/vendor.py | 4 ++-- > python/wheels/meson-1.8.1-py3-none-any.whl | Bin 1013001 -> 0 bytes > python/wheels/meson-1.9.0-py3-none-any.whl | Bin 0 -> 1029634 bytes > pythondeps.toml | 4 ++-- > 5 files changed, 6 insertions(+), 6 deletions(-) > delete mode 100644 python/wheels/meson-1.8.1-py3-none-any.whl > create mode 100644 python/wheels/meson-1.9.0-py3-none-any.whl
Reviewed-by: Zhao Liu <zhao1....@intel.com>