Re: [PATCH v2 06/14] rust: synchronize dependencies between subprojects and Cargo.lock

2024-10-24 Thread Paolo Bonzini
On Thu, Oct 24, 2024 at 5:01 AM Junjie Mao wrote: > > > Paolo Bonzini writes: > > > The next commit will introduce a new build dependency for rust/qemu-api, > > version_check. Before adding it, ensure that all dependencies are > > synchronized between the Meson- and cargo-based build systems. >

Re: [PATCH v2 06/14] rust: synchronize dependencies between subprojects and Cargo.lock

2024-10-23 Thread Junjie Mao
Paolo Bonzini writes: > The next commit will introduce a new build 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

[PATCH v2 06/14] rust: synchronize dependencies between subprojects and Cargo.lock

2024-10-22 Thread Paolo Bonzini
The next commit will introduce a new build 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 t