Fix warning of deprecated key name default_features
This commit is contained in:
parent
4d586c809e
commit
3dbc9c32d1
@ -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"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user