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>
This commit is contained in:
Marc-André Lureau 2025-09-08 12:49:42 +02:00 committed by Paolo Bonzini
parent 2a8a7bb8aa
commit 945bf29aa8
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
.. |msrv| replace:: 1.63.0
.. |msrv| replace:: 1.83.0
Rust in QEMU
============

View file

@ -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]