1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 02:10:04 +08:00

use package version

This commit is contained in:
2019-07-28 11:17:30 +08:00
parent c3a34649e5
commit 7397db60bc

View File

@@ -27,7 +27,8 @@ use jdk::*;
use build_json::*;
const BUILDJ: &str = "buildj";
const BUDERJ_VER: &str = "0.1";
const BUDERJ_VER: &str = env!("CARGO_PKG_VERSION");
fn print_usage() {
print!(r#"