[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 02/11] meson, cargo: require Rust 1.77.0
From: |
Zhao Liu |
Subject: |
Re: [PATCH 02/11] meson, cargo: require Rust 1.77.0 |
Date: |
Tue, 6 May 2025 15:39:53 +0800 |
On Mon, May 05, 2025 at 11:04:27AM +0200, Paolo Bonzini wrote:
> Date: Mon, 5 May 2025 11:04:27 +0200
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 02/11] meson, cargo: require Rust 1.77.0
> X-Mailer: git-send-email 2.49.0
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> meson.build | 6 +++---
> rust/Cargo.toml | 2 +-
> rust/clippy.toml | 2 +-
> 3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
- [PATCH 00/11] rust: allow minimum version of 1.77, Paolo Bonzini, 2025/05/05
- [PATCH 02/11] meson, cargo: require Rust 1.77.0, Paolo Bonzini, 2025/05/05
- [PATCH 01/11] lcitool: use newer Rust for Debian and Ubuntu, Paolo Bonzini, 2025/05/05
- [PATCH 03/11] rust: use std::ffi instead of std::os::raw, Paolo Bonzini, 2025/05/05
- [PATCH 07/11] rust: qom: fix TODO about zeroability of classes, Paolo Bonzini, 2025/05/05
- [PATCH 04/11] rust: let bilge use "let ... else", Paolo Bonzini, 2025/05/05
- [PATCH 06/11] rust: use MaybeUninit::zeroed() in const context, Paolo Bonzini, 2025/05/05