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"