Skip to content

Commit 8775406

Browse files
committed
Update to maturin 0.13.1
1 parent b2792a0 commit 8775406

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/checkout@v3
182182
- uses: messense/maturin-action@v1
183183
with:
184-
maturin-version: "0.12.20"
184+
maturin-version: "0.13.1"
185185
command: build
186186
args: -m crates/re_sdk_python/Cargo.toml --release --no-sdist -o dist
187187
- name: Upload wheels
@@ -197,7 +197,7 @@ jobs:
197197
- uses: actions/checkout@v3
198198
- uses: messense/maturin-action@v1
199199
with:
200-
maturin-version: "0.12.20"
200+
maturin-version: "0.13.1"
201201
command: build
202202
args: -m crates/re_sdk_python/Cargo.toml --release --no-sdist -o dist --universal2
203203
- name: Upload wheels
@@ -220,6 +220,6 @@ jobs:
220220
env:
221221
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
222222
with:
223-
maturin-version: "0.12.20"
223+
maturin-version: "0.13.1"
224224
command: upload
225225
args: -m crates/re_sdk_python/Cargo.toml --skip-existing *

crates/re_sdk_python/pyproject.toml

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

55
[project]
66
classifiers = [
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
maturin
2-
numpy
3-
opencv-python
1+
maturin==0.13.1
2+
numpy==1.23.1
3+
opencv-python==4.6.0.66

0 commit comments

Comments
 (0)