chore: Release

This commit is contained in:
Arne Beer 2023-06-13 02:22:50 +02:00
parent 07d21465c1
commit 38d19cd6dc
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

@ -1245,7 +1245,7 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.22.0"
version = "0.23.0"
dependencies = [
"anyhow",
"async-trait",

View file

@ -15,7 +15,7 @@ rust-version.workspace = true
maintenance = { status = "actively-developed" }
[dependencies]
pueue-lib = { version = "0.22.0", path = "../pueue_lib" }
pueue-lib = { version = "0.23.0", path = "../pueue_lib" }
anyhow = "1.0"
chrono-english = "0.1"

View file

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