Skip to content

Commit a4fa5cb

Browse files
committed
Add an explicit binary name for timer demo
Signed-off-by: Michael X. Grey <[email protected]>
1 parent a589997 commit a4fa5cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/timer_demo/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "examples_timer_demo"
33
version = "0.1.0"
44
edition = "2021"
55

6+
[[bin]]
7+
name = "timer_demo"
8+
path = "src/main.rs"
9+
610
[dependencies]
711
rclrs = "0.4"
812
example_interfaces = "*"

0 commit comments

Comments
 (0)