COMMIT_DATE -> BUILD_TIME

This commit is contained in:
Simon Gardling 2022-03-02 17:16:17 -05:00
parent 34e64366e6
commit e43a069da5

View File

@ -21,7 +21,7 @@ const fn build_info() -> &'static str {
"Commit: {} ({})\nBuild Date: {}\nRust Channel: {}\nRust Version: {}",
&build::SHORT_COMMIT,
&build::BRANCH,
&build::COMMIT_DATE,
&build::BUILD_TIME,
&build::RUST_CHANNEL,
&build::RUST_VERSION,
)