From 21451a460a2a8ecce8a375a0bb75e14ff00b7cae Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Thu, 4 Jan 2024 13:07:37 +0100 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- pueue/Cargo.toml | 2 +- pueue_lib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2d410eb..e8f85ea7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1210,7 +1210,7 @@ dependencies = [ [[package]] name = "pueue-lib" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "async-trait", diff --git a/pueue/Cargo.toml b/pueue/Cargo.toml index 22d5dc16..3122cb0c 100644 --- a/pueue/Cargo.toml +++ b/pueue/Cargo.toml @@ -15,7 +15,7 @@ rust-version.workspace = true maintenance = { status = "actively-developed" } [dependencies] -pueue-lib = { version = "0.25.0", path = "../pueue_lib" } +pueue-lib = { version = "0.25.1", path = "../pueue_lib" } anyhow = "1.0" chrono-english = "0.1" diff --git a/pueue_lib/Cargo.toml b/pueue_lib/Cargo.toml index 53a171fe..03959e46 100644 --- a/pueue_lib/Cargo.toml +++ b/pueue_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pueue-lib" -version = "0.25.0" +version = "0.25.1" description = "The shared library to work with the Pueue client and daemon." keywords = ["pueue"] readme = "README.md"