From b641c29885a66a143e3f41645d11b0b80ad29294 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Dec 2022 10:38:23 -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 6787309..a80b4d2 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.2" +version = "0.14.3" license = "AGPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs"