Removed 'headers' feature flag from Cargo files
This commit is contained in:
parent
06ce167c28
commit
f88bd94eb5
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue