Skip to content

Commit 00e1113

Browse files
committed
rust: upgrade PyO3 0.23 -> 0.24
This required no changes to compile. Let's stay modern.
1 parent 5cd4c3b commit 00e1113

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -26,5 +26,5 @@ version = "2.0.10+zstd.1.5.6"
2626
features = ["experimental", "legacy", "zstdmt"]
2727

2828
[dependencies.pyo3]
29-
version = "0.23.5"
29+
version = "0.24.2"
3030
features = ["extension-module"]

docs/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Changes
6262
we never ran tests for the Windows ARM platform.
6363
* We now `collections.abs.Buffer` on Python 3.12+ instead of `typing.ByteString`,
6464
as `typing.ByteString` was deprecated and later removed. (#238, #262)
65-
* PyO3 Rust crate upgraded from 0.21 to 0.22 (#257) and later to 0.23.
65+
* PyO3 Rust crate upgraded from 0.21 to 0.22 (#257) and later to 0.24.
6666

6767
Backwards Compatibility Notes
6868
-----------------------------

0 commit comments

Comments
 (0)