chore: Release

This commit is contained in:
Arne Beer 2024-06-04 15:46:08 +02:00
parent 74e29e7539
commit 8c9c01f8b8
No known key found for this signature in database
GPG key ID: CC9408F679023B65
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1305,7 +1305,7 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.26.0"
version = "0.26.1"
dependencies = [
"anyhow",
"async-trait",

View file

@ -28,7 +28,7 @@ interim = { version = "0.1.2", features = ["chrono"] }
log = { workspace = true }
pest = "2.7"
pest_derive = "2.7"
pueue-lib = { version = "0.26.0", path = "../pueue_lib" }
pueue-lib = { version = "0.26.1", path = "../pueue_lib" }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "pueue-lib"
version = "0.26.0"
version = "0.26.1"
description = "The shared library to work with the Pueue client and daemon."
keywords = ["pueue"]
readme = "README.md"