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:03:18 +01:00
parent 39cd5db067
commit a093315f5d
No known key found for this signature in database
GPG Key ID: CC9408F679023B65
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1266,7 +1266,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "3.0.0-rc.0"
version = "3.0.0"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -28,7 +28,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "time", "io-std"] }
# ------------------------
[package]
name = "pueue"
version = "3.0.0-rc.0"
version = "3.0.0"
description = "A cli tool for managing long running shell commands."
keywords = ["shell", "command", "parallel", "task", "queue"]
readme = "README.md"