We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyO3
0.13
1 parent 4492366 commit 1849cd9Copy full SHA for 1849cd9
bindings/python/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+- Upgrade `Pyo3` to `0.13`.
6
+
7
## [0.6.2] - 2021-01-28
8
9
### Fixed
bindings/python/Cargo.toml
@@ -21,7 +21,7 @@ default-features = false
21
[dependencies]
22
url = "2"
23
rayon = "1"
24
-pyo3 = { version = "^0.12", features = ["extension-module"] }
+pyo3 = { version = "^0.13", features = ["extension-module"] }
25
pyo3-built = "0.4"
26
27
[profile.release]
0 commit comments