Skip to content

Commit 3f836db

Browse files
committed
more verbose git describe
1 parent 46bd014 commit 3f836db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ async fn main(spawner: Spawner) {
6262

6363
setup_uart_logger(resources.logger);
6464

65-
info!("ti-i2c ({}) is running. Hello!", git_version!());
65+
info!(
66+
"ti-i2c ({}) is running. Hello!",
67+
git_version!(args = ["--tags", "--dirty"])
68+
);
6669

6770
static LED_INDICATIONS: LedIndications = LedIndications::new();
6871

0 commit comments

Comments
 (0)