summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-store/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/core/imag-store/src/main.rs')
-rw-r--r--bin/core/imag-store/src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/core/imag-store/src/main.rs b/bin/core/imag-store/src/main.rs
index a997654f..a0b9c71a 100644
--- a/bin/core/imag-store/src/main.rs
+++ b/bin/core/imag-store/src/main.rs
@@ -36,7 +36,6 @@ extern crate clap;
#[macro_use] extern crate log;
extern crate toml;
#[cfg(test)] extern crate toml_query;
-#[macro_use] extern crate version;
#[macro_use] extern crate error_chain;
extern crate libimagrt;
@@ -78,7 +77,7 @@ use ids::ids;
fn main() {
let mut rt = generate_runtime_setup("imag-store",
- &version!()[..],
+ env!("CARGO_PKG_VERSION"),
"Direct interface to the store. Use with great care!",
build_ui);