Skip to content

Commit

Permalink
Merge #2936
Browse files Browse the repository at this point in the history
2936: bump maturin version in getting_started.md r=messense a=jmhodges

Latest maturin is 0.14.x, so reference that in the docs

Co-authored-by: Jeff Hodges <jeff@somethingsimilar.com>
  • Loading branch information
bors[bot] and jmhodges authored Feb 4, 2023
2 parents 4d80475 + bc1a33f commit 1e4dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ You should also create a `pyproject.toml` with the following contents:

```toml
[build-system]
requires = ["maturin>=0.13,<0.14"]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 1e4dc54

Please sign in to comment.