diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-08 12:49:35 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-17 19:00:56 +0200 |
| commit | e1c689c2189087bcab258f0a99019bb900986af7 (patch) | |
| tree | 9fb2214ba323f46fef67a99ef9249cc753766db2 /rust | |
| parent | 091f115ea5d40880e74123f2a7cd12f3dd32d624 (diff) | |
| download | focaccia-qemu-e1c689c2189087bcab258f0a99019bb900986af7.tar.gz focaccia-qemu-e1c689c2189087bcab258f0a99019bb900986af7.zip | |
meson, cargo: require Rust 1.83.0
Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Link: https://lore.kernel.org/r/20250908105005.2119297-4-pbonzini@redhat.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6f8884eb30..99c275f2d9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" homepage = "https://www.qemu.org" license = "GPL-2.0-or-later" repository = "https://gitlab.com/qemu-project/qemu/" -rust-version = "1.77.0" +rust-version = "1.83.0" [workspace.dependencies] anyhow = "~1.0" |