From d85df9a8e2436d1243a28f580e1bf155519dfdfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 8 Sep 2025 12:49:44 +0200 Subject: [PATCH] rust: add workspace authors MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Link: https://lore.kernel.org/r/20250827104147.717203-4-marcandre.lureau@redhat.com Reviewed-by: Zhao Liu Signed-off-by: Paolo Bonzini --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d98d2b77026..cd4bf8ef8e1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,6 +15,7 @@ license = "GPL-2.0-or-later" repository = "https://gitlab.com/qemu-project/qemu/" # don't forget to update docs/devel/rust.rst msrv rust-version = "1.83.0" +authors = ["The QEMU Project Developers "] [workspace.dependencies] anyhow = "~1.0" -- 2.47.3