From: Marc-André Lureau <[email protected]> Signed-off-by: Marc-André Lureau <[email protected]> --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+)
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1a24859cd7..5881bd034b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -14,6 +14,7 @@ homepage = "https://www.qemu.org" license = "GPL-2.0-or-later" repository = "https://gitlab.com/qemu-project/qemu/" rust-version = "1.77.0" +authors = ["The QEMU Project Developers <[email protected]>"] [workspace.lints.rust] unexpected_cfgs = { level = "deny", check-cfg = [ -- 2.50.1
