Skip to content

Commit

Permalink
Update pyo3, pyo3-log & tucanos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromerobert committed Jul 2, 2024
1 parent 894e1fb commit bcbf8ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ crate-type = ["cdylib"]

[dependencies]
log = "0.4.21"
tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "9c7885d" }
tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "70a600c" }
numpy = "0.21"
pyo3 = { version = "0.21", features = ["extension-module", "multiple-pymethods"] }
pyo3-log = "0.10"
pyo3 = { version = "0.22", features = ["extension-module", "multiple-pymethods"] }
pyo3-log = "0.11"

[features]
default = ["parry"]
Expand Down

0 comments on commit bcbf8ba

Please sign in to comment.