Skip to content

Commit

Permalink
formatting improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
GueLaKais committed Oct 2, 2024
1 parent e8ce9a2 commit 552e2d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde = { version = "1.0.210", optional = true }
# Needed for e.g. writing yaml files in tests
tempfile = "3.3.0"
# Needed for publisher and subscriber tests
test_msgs = {version = "*"}
test_msgs = { version = "*" }
# Needed for parameter service tests
tokio = { version = "*", features = ["rt", "time", "macros"] }

Expand All @@ -46,6 +46,7 @@ cfg-if = "1.0.0"
[features]
default = []
dyn_msg = ["ament_rs", "libloading"]
serde = ["dep:serde"]
# This feature is solely for the purpose of being able to generate documetation without a ROS installation
# The only intended usage of this feature is for docs.rs builders to work, and is not intended to be used by end users
generate_docs = ["rosidl_runtime_rs/generate_docs"]
Expand Down

0 comments on commit 552e2d4

Please sign in to comment.