Skip to content

Commit 2e76f4b

Browse files
committed
Bump pyo3 version
1 parent 054514f commit 2e76f4b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
every platform, instead of providing them as `.zip` in MacOS and Windows.
1818
- Prebuilt libs for MacOS Arm64 are now distributed in each release.
1919
- MSRV (minimum supported Rust version) has been bumped to 1.61.
20+
- Bump versions of dependencies.
2021

2122
## [1.2.1] - 2024-12-15
2223

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ python_bindings = ["dep:pyo3", "std"]
3131
md5 = "0.8"
3232
thiserror = { version = "2", default-features = false }
3333

34-
pyo3 = { version="0.25", features = ["extension-module"], optional = true }
34+
pyo3 = { version="0.26", features = ["extension-module"], optional = true }

0 commit comments

Comments
 (0)