1
0
mirror of https://github.com/nukesor/pueue synced 2024-07-08 20:06:21 +00:00

chore: Release

This commit is contained in:
Arne Beer 2022-12-12 22:01:43 +01:00
parent 52468067f7
commit 39cd5db067
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

@ -1306,7 +1306,7 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.21.0-rc.0"
version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",

View File

@ -57,7 +57,7 @@ name = "pueue_daemon_lib"
path = "daemon/lib.rs"
[dependencies]
pueue-lib = { version = "0.21.0-rc.0", path = "lib" }
pueue-lib = { version = "0.21.0", path = "lib" }
anyhow = "1.0"
chrono-english = "0.1"

View File

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