qemu/rust
Paolo Bonzini 907d2bbb80 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>
2024-11-05 14:18:16 +01:00
..
hw rust: synchronize dependencies between subprojects and Cargo.lock 2024-11-05 14:18:16 +01:00
qemu-api rust: synchronize dependencies between subprojects and Cargo.lock 2024-11-05 14:18:16 +01:00
qemu-api-macros rust: synchronize dependencies between subprojects and Cargo.lock 2024-11-05 14:18:16 +01:00
.gitignore
Kconfig rust: add PL011 device model 2024-11-05 14:18:15 +01:00
meson.build rust: add PL011 device model 2024-11-05 14:18:15 +01:00
rustfmt.toml
wrapper.h