Skip to content

Commit 4032677

Browse files
committed
Fix rosidl_runtime_rs dependency
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent cd5eea3 commit 4032677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libloading = { version = "0.8", optional = true }
2323
# Needed for /clock topic subscription when using simulation time
2424
rosgraph_msgs = "*"
2525
# Needed for the Message trait, among others
26-
rosidl_runtime_rs = "0.3"
26+
rosidl_runtime_rs = "0.4"
2727

2828
[dev-dependencies]
2929
# Needed for e.g. writing yaml files in tests

0 commit comments

Comments
 (0)