From 68ce627709934cacec49172690de62f18ae644d1 Mon Sep 17 00:00:00 2001 From: dm Date: Wed, 16 Feb 2022 10:34:34 +0800 Subject: fix: maturin develop warning --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8bbdb76..c3656a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,5 +13,5 @@ pytest = "*" toml = "*" [build-system] -requires = ["maturin"] -build-backend = "maturin" \ No newline at end of file +requires = ["maturin>=0.12,<0.13"] +build-backend = "maturin" -- cgit v1.2.3