Skip to content

Commit f93c927

Browse files
committed
bump pyo3
1 parent adc533a commit f93c927

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pip install pre-commit
2626
- name: "Install Rust toolchain"
2727
run: rustup component add rustfmt clippy
28-
- run: make lint
28+
- run: pre-commit run --all-files
2929

3030
Tests:
3131
name: ${{ matrix.os }} / ${{ matrix.python-version }}

rust/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ strip = true
1414
overflow-checks = false
1515

1616
[dependencies]
17-
pyo3 = { version = "0.22", features = ["extension-module", "generate-import-lib"] }
17+
pyo3 = { version = "0.23", features = ["extension-module", "generate-import-lib"] }
1818
mimalloc = { version = "0.1.39", optional = true, default-features = false }
1919

2020
[features]

0 commit comments

Comments
 (0)