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 -- 2.48.1