1
0
mirror of https://github.com/nukesor/pueue synced 2024-06-29 06:04:21 +00:00

chore: Release

This commit is contained in:
Arne Beer 2024-06-04 15:49:29 +02:00
parent e9e44b0184
commit 990f1aac3f
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

@ -1264,7 +1264,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "3.4.0"
version = "3.4.1"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -1,6 +1,6 @@
[package]
name = "pueue"
version = "3.4.0"
version = "3.4.1"
description = "A cli tool for managing long running shell commands."
keywords = ["shell", "command", "parallel", "task", "queue"]
readme = "../README.md"