Skip to content

Commit

Permalink
upgrade pyo3
Browse files Browse the repository at this point in the history
  • Loading branch information
ohjuny committed Dec 10, 2024
1 parent d97295c commit 1c64642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name = "_lowtime_rs"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.0", features = ["extension-module"] }
pyo3-log = "0.11.0"
pyo3 = { version = "0.23.3", features = ["extension-module"] }
pyo3-log = "0.12.0"
log = "0.4"
ordered-float = { version = "4.0", default-features = false }
pathfinding = "4.11.0"

0 comments on commit 1c64642

Please sign in to comment.