chore: Release

This commit is contained in:
Arne Beer 2023-02-08 17:45:26 +01:00
parent 8842cacce0
commit 360bacdab1
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

@ -1272,7 +1272,7 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.21.0"
version = "0.21.1"
dependencies = [
"anyhow",
"async-trait",

View file

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

View file

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