From d58fb0bc2c6d157535a88f376959dab488bf5935 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 17 Sep 2022 15:42:48 -0700 Subject: [PATCH] Release 0.12.1 with reduced chrono features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac83ad8e..1372241c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "faktory" -version = "0.12.0" +version = "0.12.1" authors = ["Jon Gjengset "] edition = "2018" license = "MIT OR Apache-2.0"