From 961d17e623886f8c5999e95be67a5e43563407ab Mon Sep 17 00:00:00 2001 From: Serhiy Barhamon Date: Wed, 15 May 2024 11:04:07 +0200 Subject: [PATCH] downgrade serde due to CI error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0735bd5..7d715b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ url = "2.5.0" rustop = "1.1.4" rand = "0.8.5" confy = "0.6.1" -serde = { version = "1.0.202", features = ["derive", "rc"] } +serde = { version = "1.0.200", features = ["derive", "rc"] } chrono = "0.4.38" dirs-next = "2.0.0" toml = "0.8.12"