[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] rust: small cleanups to Cargo.toml files
From: |
Paolo Bonzini |
Subject: |
[PATCH 0/2] rust: small cleanups to Cargo.toml files |
Date: |
Wed, 29 Jan 2025 09:37:02 +0100 |
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
- [PATCH 0/2] rust: small cleanups to Cargo.toml files,
Paolo Bonzini <=