Skip to content

Commit

Permalink
bump pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Dec 28, 2024
1 parent adc533a commit f93c927
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install pre-commit
- name: "Install Rust toolchain"
run: rustup component add rustfmt clippy
- run: make lint
- run: pre-commit run --all-files

Tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
Expand Down
24 changes: 12 additions & 12 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ strip = true
overflow-checks = false

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

[features]
Expand Down

0 comments on commit f93c927

Please sign in to comment.