Skip to content

Commit

Permalink
chore: replace deprecated default_features with default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored and nickgerace committed Dec 9, 2024
1 parent 9e7313c commit c5362af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5362af

Please sign in to comment.