From a24494809bac6cabfc062923e3a12b176fc85cf0 Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 15 Jan 2021 20:30:07 +0100 Subject: [PATCH] Python: Makes sure we build with Maturin 0.9 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 548b3531..4e7713f7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["maturin"] +requires = ["maturin>=0.9,<0.10"] build-backend = "maturin" \ No newline at end of file