From b7d0be4d14fefc5916ba5516029eaf45149bb29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 21 Oct 2024 05:08:22 +0100 Subject: [PATCH] chore: fix comment --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0beed1..e77d9bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ publish = false regex = "1.10.4" chrono = "0.4" -# This are to parse and load toml [`Config`] files +# These are to parse and load toml [`Config`] files serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.210" toml = "0.8.19"