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 <pbonz...@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