On Wed, Jun 1, 2016 at 10:53 AM, Manish Goregaokar
<manishsm...@gmail.com> wrote:
> It should be net/device/bluetooth. For some reason the crate is imported as
> "device" instead of "devices" in net

I'm somehow still running into trouble. Can someone spot the mistake?

djc@dochtman-dev servo $ cat ~/.cargo/config
paths = ["/home/djc/src/devices"]
djc@dochtman-dev servo $ cat ~/src/devices/Cargo.toml
[package]
name = "device"
version = "0.0.1"
authors = ["The Servo Project Developers"]

[features]
default = ["bluetooth"]
bluetooth = ["blurz"]

[target.'cfg(target_os = "linux")'.dependencies]
blurz = { version = "0.1.7", optional = true }
djc@dochtman-dev servo $ ./mach build --dev
error: Package `device v0.0.1
(https://github.com/servo/devices#cac09521)` does not have these
features: `bluetooth`
Build completed in 0:00:01

Cheers,

Dirkjan
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to