From 218436e17084118556da0d243049f2fb982e4dff Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 13 Dec 2022 23:13:42 -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 fa3dc0a..afd5e56 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.4" +version = "0.14.5" license = "AGPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs"