version bump

This commit is contained in:
Valerie Wolfe 2022-05-24 08:39:06 -04:00
parent adf2bc762d
commit 5b20a34c7d
2 changed files with 7 additions and 3 deletions

View file

@ -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"

View file

@ -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]