From 6c039a3bdd60a1e85df4dc94f995634ce49e705f Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Thu, 16 May 2024 16:21:32 +0200 Subject: [PATCH] Remove changes to Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7fcd70642b2..aa3b9145c884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ shadowsocks-service = { version = "1.16" } windows-sys = "0.52.0" -chrono = { version = "0.4.26", default-features = false } +chrono = { version = "0.4.26", default-features = false} clap = { version = "4.4.18", features = ["cargo", "derive"] } once_cell = "1.13"