bump
This commit is contained in:
parent
d030ac779d
commit
8e7fcf204b
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4,4 +4,4 @@ version = 4
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "better-commands"
|
name = "better-commands"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "better-commands"
|
name = "better-commands"
|
||||||
description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line"
|
description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
keywords = ["command", "cmd"]
|
keywords = ["command", "cmd"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue