version bump
This commit is contained in:
parent
adf2bc762d
commit
5b20a34c7d
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "open"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["Valerie Wolfe <sleeplessval@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -8,3 +8,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
configparser = "3.0.0"
|
||||
|
||||
[profile.release]
|
||||
strip = "debuginfo"
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@ fn main() {
|
|||
match arg.as_str() {
|
||||
"-h" |
|
||||
"--help" => {
|
||||
println!("open v0.5.0
|
||||
println!("open v0.6.0
|
||||
Valerie Wolfe <sleeplessval@gmail.com>
|
||||
A Rust reimplementation of \"xdg-open\" configurable with a toml file.
|
||||
A Rust reimplementation of \"xdg-open\" configurable with an ini file.
|
||||
|
||||
USAGE:
|
||||
open [FLAGS] [OPERAND]
|
||||
|
|
Loading…
Reference in a new issue