Skip to content

Commit 832a54e

Browse files
committed
Bump Maturin version used by examples to 0.13.
1 parent 21bd80e commit 832a54e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
target: aarch64
9797
manylinux: auto
98-
args: --manifest-path examples/simple/Cargo.toml --no-sdist
98+
args: --manifest-path examples/simple/Cargo.toml
9999

100100
check-msrv:
101101
runs-on: ubuntu-latest

examples/linalg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
22
build-backend = "maturin"
3-
requires = ["maturin>=0.12,<0.13"]
3+
requires = ["maturin>=0.13,<0.14"]

examples/parallel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
22
build-backend = "maturin"
3-
requires = ["maturin>=0.12,<0.13"]
3+
requires = ["maturin>=0.13,<0.14"]

examples/simple/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
22
build-backend = "maturin"
3-
requires = ["maturin>=0.12,<0.13"]
3+
requires = ["maturin>=0.13,<0.14"]

0 commit comments

Comments
 (0)