Skip to content

Commit b4619e9

Browse files
authored
update rosidl_runtime_rs for action support (#6)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent 801d95e commit b4619e9

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
@@ -36,7 +36,7 @@ async-std = "1.13"
3636
libloading = { version = "0.8", optional = true }
3737

3838
# Needed for the Message trait, among others
39-
rosidl_runtime_rs = "0.4"
39+
rosidl_runtime_rs = "0.5"
4040

4141
# Needed for serliazation and deserialization of vendored messages
4242
serde = { version = "1", optional = true, features = ["derive"] }

0 commit comments

Comments
 (0)