From f8e0c4c13339a1149efb987746e218b2f680b6e9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 Mar 2018 18:07:11 -0500 Subject: stop trying to be clever with the version stuff it doesn't work right and i don't actually care that much --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 3e5f849..63f73ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,6 @@ fn collect_data() -> prompt::PromptData { .about("Prints a fancy prompt") .author(crate_authors!()) .version(crate_version!()) - .long_version(option_env!("FANCY_PROMPT_BUILD_GIT_REV").unwrap()) .arg(clap::Arg::with_name("prompt-escape") .long("prompt-escape") .value_name("SHELL") -- cgit v1.2.3-54-g00ecf