mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 15:17:25 +00:00
Python: Upgrade to Pyo3 0.25
This commit is contained in:
parent
31346403f5
commit
d4439231eb
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ i-slint-backend-selector = { workspace = true }
|
|||
i-slint-core = { workspace = true }
|
||||
slint-interpreter = { workspace = true, features = ["default", "display-diagnostics", "internal"] }
|
||||
i-slint-compiler = { workspace = true }
|
||||
pyo3 = { version = "0.24", features = ["extension-module", "indexmap", "chrono", "abi3-py310"] }
|
||||
pyo3 = { version = "0.25", features = ["extension-module", "indexmap", "chrono", "abi3-py310"] }
|
||||
indexmap = { version = "2.1.0" }
|
||||
chrono = "0.4"
|
||||
spin_on = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue