From 3dbc9c32d11cfb8737317b29778e316f004f878c Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Mon, 2 Sep 2024 09:27:02 +0200 Subject: [PATCH] Fix warning of deprecated key name default_features --- src/main/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }