COMMIT_DATE -> BUILD_TIME
This commit is contained in:
parent
34e64366e6
commit
e43a069da5
@ -21,7 +21,7 @@ const fn build_info() -> &'static str {
|
|||||||
"Commit: {} ({})\nBuild Date: {}\nRust Channel: {}\nRust Version: {}",
|
"Commit: {} ({})\nBuild Date: {}\nRust Channel: {}\nRust Version: {}",
|
||||||
&build::SHORT_COMMIT,
|
&build::SHORT_COMMIT,
|
||||||
&build::BRANCH,
|
&build::BRANCH,
|
||||||
&build::COMMIT_DATE,
|
&build::BUILD_TIME,
|
||||||
&build::RUST_CHANNEL,
|
&build::RUST_CHANNEL,
|
||||||
&build::RUST_VERSION,
|
&build::RUST_VERSION,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user