diff --git a/Cargo.toml b/Cargo.toml index 66988e7f..56027e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ bitflags = "1.3" bugreport = "0.5" bytesize = { version = "1.1", default-features = false } chrono = { version = "0.4", default-features = false, features = [ "clock" ] } -clap = { version = "4.0", features = [ "env", "cargo" ] } +clap = { version = "4.0", features = [ "env", "cargo" ] } crossbeam-channel = "0.5" crossterm = { version = "0.25", features = [ "serde" ] } dirs-next = "2.0"