chore: Update package versions

This commit is contained in:
Arne Beer 2022-11-21 23:10:54 +01:00
parent 6853cb304a
commit 2ab31272fd
No known key found for this signature in database
GPG key ID: CC9408F679023B65
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1265,7 +1265,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "2.1.0"
version = "3.0.0-rc.0"
dependencies = [
"anyhow",
"assert_cmd",
@ -1305,7 +1305,7 @@ dependencies = [
[[package]]
name = "pueue-lib"
version = "0.21.0"
version = "0.21.0-rc.0"
dependencies = [
"anyhow",
"async-trait",

View file

@ -28,7 +28,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "time", "io-std"] }
# ------------------------
[package]
name = "pueue"
version = "2.1.0"
version = "3.0.0-rc.0"
description = "A cli tool for managing long running shell commands."
keywords = ["shell", "command", "parallel", "task", "queue"]
readme = "README.md"
@ -57,7 +57,7 @@ name = "pueue_daemon_lib"
path = "daemon/lib.rs"
[dependencies]
pueue-lib = { version = "0.21.0", path = "lib" }
pueue-lib = { version = "0.21.0-rc.0", path = "lib" }
anyhow = "1"
chrono-english = "0.1"

View file

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