Re: [PATCH 14/23] rust: create a cargo workspace

2024-11-01 Thread Junjie Mao
Paolo Bonzini writes: > Workspaces allows tracking dependencies for multiple crates at once, > by having a single Cargo.lock file at the top of the rust/ tree. > Because QEMU's Cargo.lock files have to be synchronized with the versions > of crates in subprojects/, using a workspace avoids the n

Re: [PATCH 14/23] rust: create a cargo workspace

2024-10-31 Thread Zhao Liu
On Fri, Oct 25, 2024 at 06:01:59PM +0200, Paolo Bonzini wrote: > Date: Fri, 25 Oct 2024 18:01:59 +0200 > From: Paolo Bonzini > Subject: [PATCH 14/23] rust: create a cargo workspace > X-Mailer: git-send-email 2.47.0 > > Workspaces allows tracking dependencies for multiple cr

[PATCH 14/23] rust: create a cargo workspace

2024-10-25 Thread Paolo Bonzini
Workspaces allows tracking dependencies for multiple crates at once, by having a single Cargo.lock file at the top of the rust/ tree. Because QEMU's Cargo.lock files have to be synchronized with the versions of crates in subprojects/, using a workspace avoids the need to copy over the Cargo.lock fi