mirror of
https://github.com/jht5945/buildj.git
synced 2025-12-30 02:40:03 +08:00
use package version
This commit is contained in:
@@ -27,7 +27,8 @@ use jdk::*;
|
|||||||
use build_json::*;
|
use build_json::*;
|
||||||
|
|
||||||
const BUILDJ: &str = "buildj";
|
const BUILDJ: &str = "buildj";
|
||||||
const BUDERJ_VER: &str = "0.1";
|
const BUDERJ_VER: &str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
||||||
|
|
||||||
fn print_usage() {
|
fn print_usage() {
|
||||||
print!(r#"
|
print!(r#"
|
||||||
|
|||||||
Reference in New Issue
Block a user