mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-26 22:11:28 -07:00
Bump pyo3 to 0.26 in vtracer-py
This commit is contained in:
@@ -20,4 +20,4 @@ crate-type = ["cdylib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
vtracer = { version = "1.0.0-alpha.1", path = "../vtracer" }
|
vtracer = { version = "1.0.0-alpha.1", path = "../vtracer" }
|
||||||
image = "0.25"
|
image = "0.25"
|
||||||
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38"] }
|
pyo3 = { version = "0.26", features = ["extension-module", "abi3-py38"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user