Skip to content

Commit 4f1a201

Browse files
committed
feat: print rustc version on boot
1 parent ad2e083 commit 4f1a201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ fn log_built_info() {
4747
info!("Architecture: {arch}");
4848
info!("Operating system: {}", built_info::CFG_OS);
4949
info!("Enabled features: {}", built_info::FEATURES_LOWERCASE_STR);
50+
info!("Built with {}", built_info::RUSTC_VERSION);
5051
info!("Built on {}", built_info::BUILT_TIME_UTC);
5152
}
5253

0 commit comments

Comments
 (0)