From c67c2cf6220db296a953f3deac406fb687bcd489 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 14 Nov 2022 16:08:42 +0100 Subject: [PATCH] cargo sort --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"