From fe246c50de0288270e52826a94ae279273b59ec6 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 5 Jul 2023 16:20:41 +0200 Subject: [PATCH] Bump maturin to its 1.0 release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9a5625..7f56c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.14,<0.15"] +requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project]