From 74e0731c110d66f2df63a0e36055bc731dbc9516 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 26 Apr 2025 02:34:41 +0100 Subject: [PATCH] Remove commented-out dependency for rayon in Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78b383b..524f55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,3 @@ crate-type = ["cdylib", "lib"] [dependencies] chrono = "0.4.38" -# rayon = "1.5"