From 1e703a792a90978d01768c566cfef46a79b4deb7 Mon Sep 17 00:00:00 2001 From: William Patton Date: Wed, 6 Mar 2024 11:32:33 -0500 Subject: [PATCH] fix maturin to 1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6e7a1a..14561bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin==1.0.0b2"] +requires = ["maturin==1.4.0"] build-backend = "maturin" [project]