From 12af04a27d23b7ea9f93106f4107c89437919eef Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 7 Jan 2024 12:44:01 +0100 Subject: [PATCH] Release 0.12.3 with first Enterprise support --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2857d402..6190f113 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "faktory" -version = "0.12.2" +version = "0.12.3" dependencies = [ "bufstream", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7dc85b6e..ae4edcfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "faktory" -version = "0.12.2" +version = "0.12.3" authors = ["Jon Gjengset "] edition = "2021" license = "MIT OR Apache-2.0"