From 1a9efc8a49e8e419f9e4efdc9fad593c0268d028 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 19 Nov 2022 17:42:12 -0600 Subject: [PATCH] actix: bump version --- jobs-actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs-actix/Cargo.toml b/jobs-actix/Cargo.toml index e3fb9ca..ee8fbf6 100644 --- a/jobs-actix/Cargo.toml +++ b/jobs-actix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "background-jobs-actix" description = "in-process jobs processor based on Actix" -version = "0.14.0" +version = "0.14.1" license = "AGPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs"