Skip to content

Commit

Permalink
Upgrade maturin to 0.14 (#214)
Browse files Browse the repository at this point in the history
* Upgrade maturin to 0.14

`Cargo.lock` is now included in sdist by default.
  • Loading branch information
messense authored Nov 22, 2022
1 parent 66d9f47 commit 305de4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ['maturin>=0.13,<0.14']
requires = ['maturin>=0.14,<0.15']
build-backend = 'maturin'

[project]
Expand Down Expand Up @@ -53,7 +53,6 @@ Changelog = 'https://github.com/samuelcolvin/watchfiles/releases'

[tool.maturin]
bindings = 'pyo3'
sdist-include = ['Cargo.lock']

[tool.pytest.ini_options]
testpaths = 'tests'
Expand Down

0 comments on commit 305de4a

Please sign in to comment.