Skip to content

Commit 7eba15d

Browse files
committed
Port over packaging fix
Signed-off-by: Michael X. Grey <[email protected]>
1 parent ac57416 commit 7eba15d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/logging_demo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "logging_demo"
33
version = "0.1.0"
4-
edition = "2024"
4+
edition = "2021"
55

66
[dependencies]
77
rclrs = "0.4"

examples/logging_demo/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
href="http://download.ros.org/schema/package_format3.xsd"
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
6-
<name>examples_worker_demo</name>
6+
<name>examples_logging_demo</name>
77
<maintainer email="[email protected]">Esteve Fernandez</maintainer>
88
<!-- This project is not military-sponsored, Jacob's employment contract just requires him to use this email address -->
99
<maintainer email="[email protected]">Jacob Hassold</maintainer>

0 commit comments

Comments
 (0)