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

(cargo-release) version 0.4.0

This commit is contained in:
Arne Beer 2020-05-04 18:14:50 +02:00
parent 60a1c2477e
commit 4d1ef63ae3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -825,7 +825,7 @@ dependencies = [
[[package]]
name = "pueue"
version = "0.3.2-alpha.0"
version = "0.4.0"
dependencies = [
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
"async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,7 +1,7 @@
[package]
name = "pueue"
description = "A cli tool for managing long running shell commands."
version = "0.3.2-alpha.0"
version = "0.4.0"
authors = ["Arne Beer <contact@arne.beer>"]
homepage = "https://github.com/nukesor/pueue"
repository = "https://github.com/nukesor/pueue"