summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordm <dm@work-pc>2022-02-16 10:34:34 +0800
committerÁrni Dagur <arni@dagur.eu>2022-02-26 22:06:53 +0100
commit68ce627709934cacec49172690de62f18ae644d1 (patch)
tree9d66d1a978d5376b4ae3e36d9a2bfb114417fb30
parent671345e1578269c050894bc25c5b309d263efd24 (diff)
fix: maturin develop warning
-rw-r--r--pyproject.toml4
1 files 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 = "*"
13toml = "*" 13toml = "*"
14 14
15[build-system] 15[build-system]
16requires = ["maturin"] 16requires = ["maturin>=0.12,<0.13"]
17build-backend = "maturin" \ No newline at end of file 17build-backend = "maturin"