From e3bba29de499054283e5e6eab1bf3c2c5a0aef44 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Wed, 6 Oct 2021 21:21:34 -0500 Subject: [PATCH] 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 78f0d5c..e236744 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.9.2" +version = "0.9.3" license-file = "../LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs"