Skip to content

Commit

Permalink
fix(capi/pyapi): use fxhash
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Feb 6, 2025
1 parent ebe2b5a commit 1828eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustsat = { workspace = true, features = ["internals"] }
rustsat = { workspace = true, features = ["internals", "fxhash"] }

[build-dependencies]
cbindgen = "0.28.0"
Expand Down
2 changes: 1 addition & 1 deletion pyapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustsat.workspace = true
rustsat = { workspace = true, features = ["fxhash"] }
pyo3 = { version = "0.23.4", features = [
"extension-module",
"abi3",
Expand Down

0 comments on commit 1828eef

Please sign in to comment.