diff --git a/src/main/rust/Cargo.toml b/src/main/rust/Cargo.toml index 81a55d7..18fba78 100644 --- a/src/main/rust/Cargo.toml +++ b/src/main/rust/Cargo.toml @@ -17,7 +17,7 @@ smol = "2.0.1" easy-parallel = "3.3.1" clap = { version = "4.5.13", features = ["derive"] } colored = "2.1.0" -ptr_hash = { git = "https://github.com/ragnargrootkoerkamp/ptrhash", default_features = false } +ptr_hash = { git = "https://github.com/ragnargrootkoerkamp/ptrhash", default-features = false } [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] }