From e43a069da5c9effc2659cd6145ce16449e2d4fea Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 2 Mar 2022 17:16:17 -0500 Subject: [PATCH] COMMIT_DATE -> BUILD_TIME --- src/egui_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index fbdef61..400e282 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -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, )