Removed 'headers' feature flag from Cargo files

This commit is contained in:
Martin Dahl 2019-08-26 14:49:32 +02:00
parent 06ce167c28
commit f88bd94eb5
3 changed files with 0 additions and 9 deletions

View File

@ -7,9 +7,6 @@ description = "Minimal ros2 bindings."
license = "Apache-2.0/MIT"
edition = "2018"
[features]
headers = ["rcl/headers", "msg_gen/headers"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
common = { path = "common", version = "0.0.1" }

View File

@ -4,9 +4,6 @@ version = "0.0.1"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
edition = "2018"
[features]
headers = []
[dependencies]
lazy_static = "1.3.0"
libc = "0.2.0"

View File

@ -4,9 +4,6 @@ version = "0.0.1"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
edition = "2018"
[features]
headers = []
[dependencies]
libc = "0.2.0"
paste = "0.1.6"