Skip to content

Commit 59af63a

Browse files
committed
chore(python): Update PyO3 to 0.15.1
1 parent e7dbcf0 commit 59af63a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.15.1`.
8+
59
## [0.7.6] - 2021-08-06
610

711
### Fixed

bindings/python/Cargo.toml

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

2727
[profile.release]

0 commit comments

Comments
 (0)