Skip to content

Commit

Permalink
Upgrade maturin to 0.14 (#56)
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 7ff2dd5 commit 614bfd0
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 @@ -43,7 +43,6 @@ Source = "https://github.com/samuelcolvin/rtoml"

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

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

0 comments on commit 614bfd0

Please sign in to comment.