Skip to content

Commit ce7af78

Browse files
committed
Update PyO3 to 0.17
1 parent cd96484 commit ce7af78

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

Cargo.lock

Lines changed: 31 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
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
num-bigint = ">=0.4.3,<0.5"
1313
owned_chars = ">=0.3.2,<0.4"
14-
pyo3 = { version = ">=0.16.5,<0.17", features = ["num-bigint"] }
14+
pyo3 = { version = ">=0.17,<0.18", features = ["num-bigint"] }
1515
thiserror = ">=1.0.37,<2"
1616
utf8-chars = ">=2.0.2,<3"
1717
compact_str = ">=0.7.1,<0.8"

0 commit comments

Comments
 (0)