Skip to content

Commit d443923

Browse files
committed
Python: Upgrade to Pyo3 0.25
1 parent 3134640 commit d443923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ i-slint-backend-selector = { workspace = true }
4646
i-slint-core = { workspace = true }
4747
slint-interpreter = { workspace = true, features = ["default", "display-diagnostics", "internal"] }
4848
i-slint-compiler = { workspace = true }
49-
pyo3 = { version = "0.24", features = ["extension-module", "indexmap", "chrono", "abi3-py310"] }
49+
pyo3 = { version = "0.25", features = ["extension-module", "indexmap", "chrono", "abi3-py310"] }
5050
indexmap = { version = "2.1.0" }
5151
chrono = "0.4"
5252
spin_on = { workspace = true }

0 commit comments

Comments
 (0)