summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"