Update pyo3 to v0.25.1

This commit is contained in:
Oliver Hamlet
2025-06-18 18:48:43 +01:00
parent 695d5b9a23
commit 36ce35950d
2 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -12,5 +12,5 @@ crate-type = ["cdylib"]
[dependencies]
libloot = { path = ".." }
libloot-ffi-errors = { path = "../ffi-errors" }
pyo3 = "0.24.0"
pyo3-log = "0.12.2"
pyo3 = "0.25.0"
pyo3-log = "0.12.4"