bump version for publishing
This commit is contained in:
parent
b888ee2da6
commit
187912af13
2 changed files with 4 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4,4 +4,4 @@ version = 4
|
|||
|
||||
[[package]]
|
||||
name = "better-commands"
|
||||
version = "0.1.3"
|
||||
version = "1.0.0"
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
[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.3"
|
||||
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.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only"
|
||||
keywords = ["command", "cmd"]
|
||||
repository = "https://git.askiiart.net/askiiart/better-commands-rs"
|
||||
readme = "README.md"
|
||||
authors = ["askiiart <mail@askiiart.net"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
Loading…
Add table
Add a link
Reference in a new issue