From d22a6b8ca2c65f65252cbdf17c81b750268b9d62 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Tue, 11 Feb 2025 21:12:50 +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 b916b3dd..d62439a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1267,7 +1267,7 @@ dependencies = [ [[package]] name = "pueue-lib" -version = "0.27.0" +version = "0.28.0" dependencies = [ "async-trait", "better-panic", diff --git a/pueue/Cargo.toml b/pueue/Cargo.toml index 2ffb7f63..ba67cf38 100644 --- a/pueue/Cargo.toml +++ b/pueue/Cargo.toml @@ -32,7 +32,7 @@ handlebars.workspace = true interim = { version = "0.1.2", features = ["chrono"] } pest = "2.7" pest_derive = "2.7" -pueue-lib = { version = "0.27.0", path = "../pueue_lib" } +pueue-lib = { version = "0.28.0", path = "../pueue_lib" } serde.workspace = true serde_json.workspace = true shell-escape = "0.1" diff --git a/pueue_lib/Cargo.toml b/pueue_lib/Cargo.toml index 07b5cc5c..e2998dc2 100644 --- a/pueue_lib/Cargo.toml +++ b/pueue_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pueue-lib" -version = "0.27.0" +version = "0.28.0" description = "The shared library to work with the Pueue client and daemon." readme = "README.md" keywords = ["pueue"]