aggstam 3 anni fa
parent
commit
2cb64488ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -72,7 +72,7 @@ macro_rules! cli_desc {
             "{} {}-{}\n{}\n{}",
             env!("CARGO_PKG_NAME").to_string(),
             env!("CARGO_PKG_VERSION").to_string(),
-            "459170ff096", // Only noobs will change this
+            "@GIT_REV@", // Only noobs will change this
             env!("CARGO_PKG_DESCRIPTION").to_string(),
             darkfi::ANSI_LOGO,
         );