From 07f0d32641e04703e6ed9626d06179060ea772ca Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 3 Oct 2024 16:28:43 +0300 Subject: Require meson version 1.5.0 This is needed for Rust support. Signed-off-by: Paolo Bonzini Signed-off-by: Manos Pitsidianakis Link: https://lore.kernel.org/r/74e1eb4b13717d061c5ad9c198bf56951fbfc14f.1727961605.git.manos.pitsidianakis@linaro.org Signed-off-by: Paolo Bonzini --- pythondeps.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pythondeps.toml') diff --git a/pythondeps.toml b/pythondeps.toml index 0a7f69b196..c03c9df81b 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -19,7 +19,7 @@ [meson] # The install key should match the version in python/wheels/ -meson = { accepted = ">=1.1.0", installed = "1.2.3", canary = "meson" } +meson = { accepted = ">=1.5.0", installed = "1.5.0", canary = "meson" } pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } [docs] -- cgit v1.2.3