From 40c970b963f5c5365aaa27e0453ed7b265c83b49 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 27 Oct 2023 10:56:52 +0200 Subject: [PATCH] py: use newer maturin --- instant-segment-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-segment-py/pyproject.toml b/instant-segment-py/pyproject.toml index ba7fa38..059693f 100644 --- a/instant-segment-py/pyproject.toml +++ b/instant-segment-py/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["maturin >= 0.11, < 0.12"] +requires = ["maturin >= 1.0, < 2.0"] build-backend = "maturin"