]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: synchronize dependencies between subprojects and Cargo.lock
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Oct 2024 14:13:54 +0000 (16:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Nov 2024 13:18:16 +0000 (14:18 +0100)
commit907d2bbb80d6180fa27a719536844fd096fa0157
tree703f8a96138199e19e70f3ff3fa795ff2d6f2ce0
parentc6ea723da9acd63fb4ef2350318168bf4645835e
rust: synchronize dependencies between subprojects and Cargo.lock

The next commit will introduce a new build.rs dependency for rust/qemu-api,
version_check.  Before adding it, ensure that all dependencies are
synchronized between the Meson- and cargo-based build systems.

Note that it's not clear whether in the long term we'll use Cargo for
anything; it seems that the three main uses (clippy, rustfmt, rustdoc)
can all be invoked manually---either via glue code in QEMU, or by
extending Meson to gain the relevant functionality.  However, for
the time being we're stuck with Cargo so it should at least look at
the same code as the rest of the build system.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/char/pl011/Cargo.lock
rust/qemu-api-macros/Cargo.lock
rust/qemu-api/Cargo.lock
rust/qemu-api/Cargo.toml