Skip to content

Commit 03352d0

Browse files
committed
feat: vendorize messages so that cargo update works
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent b40f96a commit 03352d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rclrs/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ serde-big-array = { version = "0.5.1", optional = true }
3939
[dev-dependencies]
4040
# Needed for e.g. writing yaml files in tests
4141
tempfile = "3.3.0"
42-
# Needed for publisher and subscriber tests
43-
test_msgs = {version = "*"}
44-
# Used in doctests
45-
example_interfaces = { version = "*" }
4642
# Needed for parameter service tests
4743
tokio = { version = "1", features = ["rt", "time", "macros"] }
4844

0 commit comments

Comments
 (0)