From 03775db8ce1b9526fa58fc304bf4dea36f8d45ea Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Wed, 3 Jan 2024 20:24:04 +0100 Subject: [PATCH] Release 0.12.2 with job builder --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 889a3256..2857d402 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "faktory" -version = "0.12.1" +version = "0.12.2" dependencies = [ "bufstream", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eff272c7..c0eebd9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,10 @@ [package] name = "faktory" -version = "0.12.1" +version = "0.12.2" authors = ["Jon Gjengset "] edition = "2021" license = "MIT OR Apache-2.0" -readme = "README.md" description = "API bindings for the language-agnostic Faktory work server" repository = "https://github.com/jonhoo/faktory-rs.git"