Skip to content

Commit e8ce9a2

Browse files
author
GueLaKais
committed
added serde as optional dependecy
I mean for real: How patient do you'll need to be to not get annoyed by the whole serde warnings?
1 parent 8827064 commit e8ce9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclrs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ libloading = { version = "0.8", optional = true }
2727

2828
# Needed for the Message trait, among others
2929
rosidl_runtime_rs = "0.4"
30+
serde = { version = "1.0.210", optional = true }
3031

3132
[dev-dependencies]
3233
# Needed for e.g. writing yaml files in tests

0 commit comments

Comments
 (0)