@@ -10,10 +10,9 @@ use clap::builder::styling::Styles;
1010use clap:: { Args , ColorChoice , Parser , Subcommand , ValueEnum , command, crate_version} ;
1111use clap_cargo:: style:: { ERROR , HEADER , INVALID , LITERAL , PLACEHOLDER , USAGE , VALID } ;
1212use coursepointer:: course:: { CourseSetOptions , InterceptStrategy } ;
13- use coursepointer:: internal:: { Kilometer , Mile } ;
13+ use coursepointer:: internal:: { Kilometer , Mile , compiler_version , geographiclib_version } ;
1414use coursepointer:: {
1515 ConversionInfo , CoursePointType , CoursePointerError , FitCourseOptions , FitEncodeError , Sport ,
16- compiler_version, geographiclib_version,
1716} ;
1817use dimensioned:: f64prefixes:: KILO ;
1918use dimensioned:: si:: { HR , M , Meter } ;
@@ -37,7 +36,7 @@ pub const CLAP_STYLING: Styles = Styles::styled()
3736
3837static LONG_VERSION : LazyLock < String > = LazyLock :: new ( || {
3938 format ! (
40- "{} (GeographicLib {}, rustc {}, {})" ,
39+ "{} ({}, rustc {}, {})" ,
4140 crate_version!( ) ,
4241 geographiclib_version( ) ,
4342 env!( "RUSTC_VERSION" ) ,
0 commit comments