From bb29da02d2dc7bed0fd38f2aaa0e51735163b4bb Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Wed, 17 Nov 2021 12:34:04 -0600 Subject: [PATCH] versions --- jobs-actix/Cargo.toml | 2 +- jobs-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs-actix/Cargo.toml b/jobs-actix/Cargo.toml index 8511f5b..92f9386 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.5" +version = "0.9.6" license-file = "../LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs" diff --git a/jobs-core/Cargo.toml b/jobs-core/Cargo.toml index ba17ad1..8aada29 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.9.4" +version = "0.9.5" license-file = "../LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs"