Skip to content

Commit e2954c9

Browse files
committed
revert build.rs approach, use simple version
Signed-off-by: Baris Palaska <[email protected]>
1 parent 2a38a9e commit e2954c9

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

vortex-tui/build.rs

Lines changed: 0 additions & 18 deletions
This file was deleted.

vortex-tui/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use vortex::session::VortexSession;
2323
use crate::inspect::InspectArgs;
2424

2525
#[derive(clap::Parser)]
26-
#[command(version = option_env!("VX_VERSION").unwrap_or(env!("CARGO_PKG_VERSION")))]
26+
#[command(version)]
2727
struct Cli {
2828
#[clap(subcommand)]
2929
command: Commands,

0 commit comments

Comments
 (0)