Skip to content

Commit 644b4cb

Browse files
committed
rust: upgrade pyo3 to version 0.14
Let's use the latest version of the Python bindings.
1 parent 4967a7e commit 644b4cb

File tree

2 files changed

+24
-52
lines changed

2 files changed

+24
-52
lines changed

Cargo.lock

Lines changed: 23 additions & 51 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 = "1.6.1+zstd.1.5.0"
2626
features = ["experimental", "legacy", "zstdmt"]
2727

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

0 commit comments

Comments
 (0)