Skip to content

Commit 47ae4fa

Browse files
committed
rust: upgrade PyO3 0.23 -> 0.24
This required no changes to compile. Let's stay modern.
1 parent f6cea08 commit 47ae4fa

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
@@ -59,7 +59,7 @@ Changes
5959
and we didn't run tests on this platform.
6060
* We now `collections.abs.Buffer` on Python 3.12+ instead of `typing.ByteString`,
6161
as `typing.ByteString` was deprecated and later removed. (#238, #262)
62-
* PyO3 Rust crate upgraded from 0.21 to 0.22 (#257) and later to 0.23.
62+
* PyO3 Rust crate upgraded from 0.21 to 0.22 (#257) and later to 0.24.
6363

6464
Backwards Compatibility Notes
6565
-----------------------------

0 commit comments

Comments
 (0)