On Fri, Aug 22, 2025 at 02:26:43PM +0200, Paolo Bonzini wrote: > Date: Fri, 22 Aug 2025 14:26:43 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 02/14] rust: move dependencies to rust/Cargo.toml > X-Mailer: git-send-email 2.50.1 > > As more crates start using the same dependencies, it's better to not > repeat the versions and move the dependency declarations to the workspace. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/Cargo.toml | 5 +++++ > rust/qemu-api/Cargo.toml | 6 +++--- > 2 files changed, 8 insertions(+), 3 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>