Skip to content

Commit 5fd96ec

Browse files
committed
chore: Update PyO3 to 0.18.0
1 parent bab5da5 commit 5fd96ec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Update `PyO3` to `0.18.0`.
8+
59
## [0.8.6] - 2022-11-10
610

711
### Added

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = ["http", "file"]
2121
[dependencies]
2222
url = "2"
2323
rayon = "1"
24-
pyo3 = { version = "0.17.3", features = ["extension-module", "abi3-py37"] }
24+
pyo3 = { version = "0.18.0", features = ["extension-module", "abi3-py37"] }
2525
pyo3-built = "0.4"
2626

2727
[profile.release]

0 commit comments

Comments
 (0)