]> git.proxmox.com Git - cargo.git/commit
Fix build scripts in dev-dependencies
authorAlex Crichton <alex@alexcrichton.com>
Mon, 8 Dec 2014 20:34:31 +0000 (12:34 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 8 Dec 2014 20:41:47 +0000 (12:41 -0800)
commit2f6dc1bf8cf81192ef270ef0654704f8b12173ee
treef6a484dc24d1a0a79f9b8acc5b32f117f3ea4770
parent73f68ddde93cfed5d9a16302b954d1546bd4fcc4
Fix build scripts in dev-dependencies

Don't return dev-dependencies as dependencies for non-test targets as they're
not actually dependencies!
src/cargo/ops/cargo_rustc/context.rs
tests/test_cargo_compile_custom_build.rs