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"
|
license = "Apache-2.0/MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[features]
|
|
||||||
headers = ["rcl/headers", "msg_gen/headers"]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
common = { path = "common", version = "0.0.1" }
|
common = { path = "common", version = "0.0.1" }
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,6 @@ version = "0.0.1"
|
||||||
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[features]
|
|
||||||
headers = []
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
libc = "0.2.0"
|
libc = "0.2.0"
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,6 @@ version = "0.0.1"
|
||||||
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[features]
|
|
||||||
headers = []
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.0"
|
libc = "0.2.0"
|
||||||
paste = "0.1.6"
|
paste = "0.1.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue