summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2025-09-08 12:49:42 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-09-17 19:00:56 +0200
commit945bf29aa82a2dfca3f69a19b7d048cddcc095bf (patch)
tree5bf395dc7fa52bd1ca6aa24ac402f972379b592f
parent2a8a7bb8aaf54c3c878a616884a2e4bb239b6095 (diff)
downloadfocaccia-qemu-945bf29aa82a2dfca3f69a19b7d048cddcc095bf.tar.gz
focaccia-qemu-945bf29aa82a2dfca3f69a19b7d048cddcc095bf.zip
docs/rust: update msrv
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Link: https://lore.kernel.org/r/20250827104147.717203-2-marcandre.lureau@redhat.com
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--docs/devel/rust.rst2
-rw-r--r--rust/Cargo.toml1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst
index 10b0590b56..20d15347de 100644
--- a/docs/devel/rust.rst
+++ b/docs/devel/rust.rst
@@ -1,4 +1,4 @@
-.. |msrv| replace:: 1.63.0
+.. |msrv| replace:: 1.83.0
 
 Rust in QEMU
 ============
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 99c275f2d9..9b26aa07ce 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -13,6 +13,7 @@ edition = "2021"
 homepage = "https://www.qemu.org"
 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"
 
 [workspace.dependencies]