On Fri, 02 May 2025 13:23, Paolo Bonzini <pbonz...@redhat.com> wrote: >Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >--- > docs/devel/rust.rst | 2 -- > rust/Cargo.toml | 2 +- > rust/clippy.toml | 2 +- > rust/hw/char/pl011/Cargo.toml | 2 +- > rust/hw/timer/hpet/Cargo.toml | 2 +- > rust/hw/timer/hpet/src/hpet.rs | 2 +- > rust/qemu-api-macros/Cargo.toml | 2 +- > rust/qemu-api/Cargo.toml | 2 +- > rust/qemu-api/src/cell.rs | 2 +- > rust/qemu-api/src/chardev.rs | 2 +- > rust/qemu-api/src/qom.rs | 4 ++-- > rust/qemu-api/src/timer.rs | 2 +- > 12 files changed, 12 insertions(+), 14 deletions(-) >
These: >diff --git a/rust/clippy.toml b/rust/clippy.toml >index 5d190f91dec..933e46a2ffb 100644 >--- a/rust/clippy.toml >+++ b/rust/clippy.toml >@@ -1,2 +1,2 @@ > doc-valid-idents = ["PrimeCell", ".."] >-msrv = "1.63.0" >+msrv = "1.77.0" >diff --git a/rust/hw/char/pl011/Cargo.toml b/rust/hw/char/pl011/Cargo.toml >index f2296cad58b..4766badd73e 100644 >--- a/rust/hw/char/pl011/Cargo.toml >+++ b/rust/hw/char/pl011/Cargo.toml >@@ -9,7 +9,7 @@ resolver = "2" > publish = false > keywords = [] > categories = [] >-rust-version = "1.63.0" >+rust-version = "1.77.0" > > [lib] > crate-type = ["staticlib"] >diff --git a/rust/hw/timer/hpet/Cargo.toml b/rust/hw/timer/hpet/Cargo.toml >index 147f216e725..c6c48b2f887 100644 >--- a/rust/hw/timer/hpet/Cargo.toml >+++ b/rust/hw/timer/hpet/Cargo.toml >@@ -5,7 +5,7 @@ edition = "2021" > authors = ["Zhao Liu <zhao1....@intel.com>"] > license = "GPL-2.0-or-later" > description = "IA-PC High Precision Event Timer emulation in Rust" >-rust-version = "1.63.0" >+rust-version = "1.77.0" > > [lib] > crate-type = ["staticlib"] >diff --git a/rust/qemu-api-macros/Cargo.toml >b/rust/qemu-api-macros/Cargo.toml >index 89dee1cfb39..8344b1f939d 100644 >--- a/rust/qemu-api-macros/Cargo.toml >+++ b/rust/qemu-api-macros/Cargo.toml >@@ -9,7 +9,7 @@ resolver = "2" > publish = false > keywords = [] > categories = [] >-rust-version = "1.63.0" >+rust-version = "1.77.0" > > [lib] > proc-macro = true >diff --git a/rust/qemu-api/Cargo.toml b/rust/qemu-api/Cargo.toml >index c5b7b2464e9..be00ef1ae9b 100644 >--- a/rust/qemu-api/Cargo.toml >+++ b/rust/qemu-api/Cargo.toml >@@ -12,7 +12,7 @@ resolver = "2" > publish = false > keywords = [] > categories = [] >-rust-version = "1.63.0" >+rust-version = "1.77.0" > > [dependencies] > qemu_api_macros = { path = "../qemu-api-macros" } msrv/rust-version bumps could instead go in the patch that also updates meson.build version. Otherwise, Reviewed-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org>