Skip to content

Commit 6148a50

Browse files
authored
version 0.2.12 (#43)
1 parent e8f64c6 commit 6148a50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Ľubomír Kurčák <[email protected]>"]
33
name = "tend"
44
description = "Quickly spin up/down groups of command-line tasks with automated recovery"
5-
version = "0.2.11"
5+
version = "0.2.12"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/lubomirkurcak/tend"
@@ -17,8 +17,8 @@ keywords = ["cli", "task", "automation", "recovery", "tend"]
1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

1919
[dependencies]
20-
anyhow = "1.0.88"
21-
clap = { version = "4.5.17", features = ["derive"] }
20+
anyhow = "1.0.89"
21+
clap = { version = "4.5.18", features = ["derive"] }
2222
colored = "2.1.0"
2323
dirs-next = "2.0.0"
2424
folktime = "0.2.1"

0 commit comments

Comments
 (0)