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]
|
[package]
|
||||||
name = "open"
|
name = "open"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
authors = ["Valerie Wolfe <sleeplessval@gmail.com>"]
|
authors = ["Valerie Wolfe <sleeplessval@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -8,3 +8,7 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
configparser = "3.0.0"
|
configparser = "3.0.0"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = "debuginfo"
|
||||||
|
|
||||||
|
|
|
@ -22,9 +22,9 @@ fn main() {
|
||||||
match arg.as_str() {
|
match arg.as_str() {
|
||||||
"-h" |
|
"-h" |
|
||||||
"--help" => {
|
"--help" => {
|
||||||
println!("open v0.5.0
|
println!("open v0.6.0
|
||||||
Valerie Wolfe <sleeplessval@gmail.com>
|
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:
|
USAGE:
|
||||||
open [FLAGS] [OPERAND]
|
open [FLAGS] [OPERAND]
|
||||||
|
|
Loading…
Reference in a new issue