From 5b20a34c7d6d6660390bfb60759d56540c0ead3b Mon Sep 17 00:00:00 2001 From: Valerie Date: Tue, 24 May 2022 08:39:06 -0400 Subject: [PATCH] version bump --- Cargo.toml | 6 +++++- src/main.rs | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2cd420..fe299e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open" -version = "0.5.0" +version = "0.6.0" authors = ["Valerie Wolfe "] edition = "2018" @@ -8,3 +8,7 @@ edition = "2018" [dependencies] configparser = "3.0.0" + +[profile.release] +strip = "debuginfo" + diff --git a/src/main.rs b/src/main.rs index a15c4a1..754e85d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,9 +22,9 @@ fn main() { match arg.as_str() { "-h" | "--help" => { - println!("open v0.5.0 + println!("open v0.6.0 Valerie Wolfe -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]