From 6aa47be97138183b1281af146c243b519dde0a0b Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 29 Nov 2021 23:56:57 +0800 Subject: [PATCH] maturin 0.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a368cc71f8..f215cbd3db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.11,<0.12"] +requires = ["maturin>=0.12,<0.13"] build-backend = "maturin" [tool.maturin]