Fix warning of deprecated key name default_features

This commit is contained in:
Fabian Schmidt 2024-09-02 09:27:02 +02:00
parent 4d586c809e
commit 3dbc9c32d1

View File

@ -17,7 +17,7 @@ smol = "2.0.1"
easy-parallel = "3.3.1" easy-parallel = "3.3.1"
clap = { version = "4.5.13", features = ["derive"] } clap = { version = "4.5.13", features = ["derive"] }
colored = "2.1.0" 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] [dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] } criterion = { version = "0.5.1", features = ["html_reports"] }