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]] [[package]]
name = "pueue-lib" name = "pueue-lib"
version = "0.21.0-rc.0" version = "0.21.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pueue-lib" 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." description = "The shared library to work with the Pueue client and daemon."
keywords = ["pueue"] keywords = ["pueue"]
readme = "README.md" readme = "README.md"