mbox series

[0/2] rust: small cleanups to Cargo.toml files

Message ID 20250129083705.1321407-1-pbonzini@redhat.com (mailing list archive)
Headers show
Series rust: small cleanups to Cargo.toml files | expand

Message

Paolo Bonzini Jan. 29, 2025, 8:37 a.m. UTC
Remove duplicate or stale information, and add the rustc version to
help clippy produce good warnings.

Paolo

Paolo Bonzini (2):
  rust: remove unnecessary Cargo.toml metadata
  rust: include rust_version in Cargo.toml

 rust/hw/char/pl011/Cargo.toml          |  4 +---
 rust/hw/char/pl011/README.md           | 31 --------------------------
 rust/hw/char/pl011/src/device_class.rs |  1 -
 rust/hw/char/pl011/src/lib.rs          | 14 +++++-------
 rust/qemu-api-macros/Cargo.toml        |  4 +---
 rust/qemu-api-macros/README.md         |  1 -
 rust/qemu-api/Cargo.toml               |  1 +
 7 files changed, 9 insertions(+), 47 deletions(-)
 delete mode 100644 rust/hw/char/pl011/README.md
 delete mode 100644 rust/qemu-api-macros/README.md