Skip to content

Commit 7f8ac88

Browse files
Remove dyn_msg feature, change to git dependency
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
1 parent d03d5e6 commit 7f8ac88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs/dynamic_pub_sub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77

88
[dependencies]
99
# TODO(luca) change this to the correct version once dynamic message support is released on crates.io
10-
rclrs = { version = "0.4", features = ["dyn_msg"] }
10+
rclrs = { git = "https://github.com/luca-della-vedova/ros2_rust", branch = "dynamic_messages" }
1111
anyhow = {version = "1", features = ["backtrace"]}

0 commit comments

Comments
 (0)