qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 14/14] rust: use version of toml_edit that does not require new R


From: Paolo Bonzini
Subject: [PATCH 14/14] rust: use version of toml_edit that does not require new Rust
Date: Mon, 1 Jul 2024 16:58:46 +0200

toml_edit is quite aggressive in bumping the minimum required
version of Rust.  Force usage of an old version that runs
with 1.63.0.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 qemu/Cargo.toml |  3 +++
 2 files changed, 71 insertions(+), 3 deletions(-)

diff --git a/qemu/Cargo.toml b/qemu/Cargo.toml
index 93808a5..3ce5dba 100644
--- a/qemu/Cargo.toml
+++ b/qemu/Cargo.toml
@@ -15,3 +15,6 @@ matches = ">=0"
 
 [build-dependencies]
 version_check = { version = "~0.9" }
+
+# pick older version in order to support Rust 1.63
+toml_edit = { version = "~0.14" }
-- 
2.45.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]