Merge pull request #196 from neodyland/renovate/pyo3-0.x

fix(deps): update rust crate pyo3 to 0.24.0
This commit is contained in:
tuna2134@コマリン親衛隊
2025-04-22 06:33:40 +09:00
committed by GitHub
2 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow.workspace = true
ndarray.workspace = true
pyo3 = { version = "0.23.0", features = ["anyhow"] }
pyo3 = { version = "0.24.0", features = ["anyhow"] }
sbv2_core = { path = "../sbv2_core", features = ["std"], default-features = false }
[features]