summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorbaoyachi. Aka Rust Hairy crabs <liaoymxsdl@sina.com>2022-02-27 00:34:48 +0800
committerGitHub <noreply@github.com>2022-02-26 11:34:48 -0500
commit2119938692980291e14496247c1808f5059d1d3f (patch)
treef42acc303e5397527f150263aabd13bad6ce138a /src/main.rs
parent38fce2e6b0c2535aa46f9c4ffbd199c2f461480d (diff)
build: bump shadow-rs from 0.8.1 to 0.9.0 (#3648)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 8362ec6c9..1fee50bfe 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,7 +13,7 @@ use starship::module::ALL_MODULES;
use starship::*;
fn long_version() -> &'static str {
- let ver = Box::new(crate::shadow::clap_version());
+ let ver = Box::new(crate::shadow::clap_long_version());
Box::leak(ver).as_str()
}