diff --git a/Cargo.toml b/Cargo.toml index 3ac80d7..9f2a7d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ panic = "abort" anyhow = { version = "1.0", features = ["backtrace"] } clap = { version = "4.5", features = ["derive"] } dirs = "5.0" -env_logger = { version = "0.11", features = ["humantime"], default_features = false } -git2 = { version = "0.18", default_features = false } +env_logger = { version = "0.11", features = ["humantime"], default-features = false } +git2 = { version = "0.18", default-features = false } log = "0.4" pretty_assertions = "1.4" rayon = "1.10"