bump
This commit is contained in:
parent
13c214780d
commit
4dd1b3bcc5
2 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4,4 +4,4 @@ version = 4
|
|||
|
||||
[[package]]
|
||||
name = "better-commands"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[package]
|
||||
name = "better-commands"
|
||||
description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as it runs line-by-line"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only"
|
||||
keywords = ["command", "cmd"]
|
||||
repository = "https://git.askiiart.net/askiiart/better-commands-rs"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
Loading…
Add table
Add a link
Reference in a new issue