Skip to content

Commit 429706c

Browse files
Update rosidl_runtime_rs to support memcpy on sequences
See ros2-rust/rosidl_runtime_rs#20
1 parent 88f530f commit 429706c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["ROS", "ROS2", "robotics"]
1111

1212
[dependencies]
1313
# All the sources we `include!()` depend on this runtime.
14-
rosidl_runtime_rs = "0.6"
14+
rosidl_runtime_rs = { git = "https://github.com/ros2-rust/rosidl_runtime_rs.git", rev = "1f32510afac5ea3a13067a692e2a6d002fff10a0" }
1515

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

0 commit comments

Comments
 (0)