From 424f792cb033c3cb575bbc15695233ea64460bdd Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 4 Feb 2024 21:46:54 -0600 Subject: [PATCH] Update jobs-core version --- jobs-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs-core/Cargo.toml b/jobs-core/Cargo.toml index cc89559..6c0d57a 100644 --- a/jobs-core/Cargo.toml +++ b/jobs-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "background-jobs-core" description = "Core types for implementing an asynchronous jobs processor" -version = "0.17.0" +version = "0.17.1" license = "AGPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs"