diff options
| author | dm <dm@work-pc> | 2022-02-16 10:34:34 +0800 |
|---|---|---|
| committer | Árni Dagur <arni@dagur.eu> | 2022-02-26 22:06:53 +0100 |
| commit | 68ce627709934cacec49172690de62f18ae644d1 (patch) | |
| tree | 9d66d1a978d5376b4ae3e36d9a2bfb114417fb30 /pyproject.toml | |
| parent | 671345e1578269c050894bc25c5b309d263efd24 (diff) | |
fix: maturin develop warning
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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 = "*" | |||
| 13 | toml = "*" | 13 | toml = "*" |
| 14 | 14 | ||
| 15 | [build-system] | 15 | [build-system] |
| 16 | requires = ["maturin"] | 16 | requires = ["maturin>=0.12,<0.13"] |
| 17 | build-backend = "maturin" \ No newline at end of file | 17 | build-backend = "maturin" |
