diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-03 16:28:43 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-07 16:41:57 +0200 |
commit | 07f0d32641e04703e6ed9626d06179060ea772ca (patch) | |
tree | 040eb1bde312357e0683e267066d7510d88df060 /pythondeps.toml | |
parent | b5ab62b3c0050612c7f9b0b4baeb44ebab42775a (diff) |
Require meson version 1.5.0
This is needed for Rust support.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Link: https://lore.kernel.org/r/74e1eb4b13717d061c5ad9c198bf56951fbfc14f.1727961605.git.manos.pitsidianakis@linaro.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'pythondeps.toml')
-rw-r--r-- | pythondeps.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |