From 9260d804584fa2fe6dff956bd2be27dd5b29d6ca Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Tue, 12 Aug 2025 20:41:21 +0200 Subject: [PATCH] use semver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e6da9e..6923d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ async-stream = "0.3" serde_json = "1" stream-download = "0.22" chrono = "0.4" -tokio-cron-scheduler = "0.14.0" +tokio-cron-scheduler = "0.14"