[PATCH 01/22] docs/rust: update msrv

marcandre.lureau@redhat.com posted 22 patches 1 month ago
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
[PATCH 01/22] docs/rust: update msrv
Posted by marcandre.lureau@redhat.com 1 month ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 docs/devel/rust.rst | 2 +-
 rust/Cargo.toml     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst
index b6737536c6..f52da6f97e 100644
--- a/docs/devel/rust.rst
+++ b/docs/devel/rust.rst
@@ -1,4 +1,4 @@
-.. |msrv| replace:: 1.63.0
+.. |msrv| replace:: 1.77.0
 
 Rust in QEMU
 ============
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 0868e1b426..56cfe07791 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.77.0"
 
 [workspace.lints.rust]
-- 
2.50.1


Re: [PATCH 01/22] docs/rust: update msrv
Posted by Zhao Liu 1 month ago
On Wed, Aug 27, 2025 at 02:41:23PM +0400, marcandre.lureau@redhat.com wrote:
> Date: Wed, 27 Aug 2025 14:41:23 +0400
> From: marcandre.lureau@redhat.com
> Subject: [PATCH 01/22] docs/rust: update msrv
> 
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  docs/devel/rust.rst | 2 +-
>  rust/Cargo.toml     | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst
> index b6737536c6..f52da6f97e 100644
> --- a/docs/devel/rust.rst
> +++ b/docs/devel/rust.rst
> @@ -1,4 +1,4 @@
> -.. |msrv| replace:: 1.63.0
> +.. |msrv| replace:: 1.77.0
>
>  Rust in QEMU
>  ============
> diff --git a/rust/Cargo.toml b/rust/Cargo.toml
> index 0868e1b426..56cfe07791 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

Good comment!

>  rust-version = "1.77.0"
>  

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>