Skip to content

Commit 1849cd9

Browse files
committed
chore: Update PyO3 to 0.13
1 parent 4492366 commit 1849cd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bindings/python/CHANGELOG.md

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

33
## [Unreleased]
44

5+
- Upgrade `Pyo3` to `0.13`.
6+
57
## [0.6.2] - 2021-01-28
68

79
### 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.12", features = ["extension-module"] }
24+
pyo3 = { version = "^0.13", features = ["extension-module"] }
2525
pyo3-built = "0.4"
2626

2727
[profile.release]

0 commit comments

Comments
 (0)