From ff53c8fadce8b3e158c5e2f94b6ece5be5f8b155 Mon Sep 17 00:00:00 2001 From: AH-dark Date: Sat, 6 Jul 2024 03:41:56 +0800 Subject: [PATCH] bumped version to 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f5f9a2..4a69ac8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "distributed-scheduler" -version = "1.1.0" +version = "2.0.0" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 63fc642..754eda2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "distributed-scheduler" description = "A distributed cronjob library" -version = "1.1.0" +version = "2.0.0" edition = "2021" repository = "https://github.com/AH-dark/distributed-scheduler.git" homepage = "https://github.com/AH-dark/distributed-scheduler"