From 17e5bec5243226c1326bf24602da9c094022110b Mon Sep 17 00:00:00 2001 From: stelzo Date: Tue, 4 Feb 2025 11:37:40 +0100 Subject: [PATCH] fix time --- rpcl2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcl2/Cargo.toml b/rpcl2/Cargo.toml index 278e129..d0490ae 100644 --- a/rpcl2/Cargo.toml +++ b/rpcl2/Cargo.toml @@ -51,7 +51,7 @@ path = "benches/roundtrip.rs" [features] serde = ["dep:serde", "nalgebra/serde-serialize-no-std"] -rosrust_msg = ["dep:rosrust_msg"] +rosrust_msg = ["dep:rosrust_msg", "dep:rosrust"] r2r_msg = ["dep:r2r"] rayon = ["dep:rayon"] derive = ["dep:rpcl2-derive"]