summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-bookmark/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/domain/imag-bookmark/src/main.rs')
-rw-r--r--bin/domain/imag-bookmark/src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/domain/imag-bookmark/src/main.rs b/bin/domain/imag-bookmark/src/main.rs
index 7cfc8bb3..26263932 100644
--- a/bin/domain/imag-bookmark/src/main.rs
+++ b/bin/domain/imag-bookmark/src/main.rs
@@ -34,7 +34,6 @@
extern crate clap;
#[macro_use] extern crate log;
-#[macro_use] extern crate version;
extern crate toml;
extern crate toml_query;
@@ -62,7 +61,7 @@ use ui::build_ui;
fn main() {
let rt = generate_runtime_setup("imag-bookmark",
- &version!()[..],
+ env!("CARGO_PKG_VERSION"),
"Bookmark collection tool",
build_ui);