Skip to content

Commit

Permalink
update the tucanos version
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarnaud committed Jun 4, 2024
1 parent e7f75a4 commit b3d4da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
log = "0.4.21"
ndarray = "0.15.6"
tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "75afbf3" }
tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "c3ad0f" }
numpy = "0.21"
pyo3 = { version = "0.21", features = ["extension-module", "multiple-pymethods"] }
pyo3-log = "0.10"
Expand Down

0 comments on commit b3d4da7

Please sign in to comment.