From b55f46764f2d8121029d33ffae14c13b45e7af05 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 2 Sep 2017 14:04:47 +0200 Subject: [PATCH] Fix dependency spec: libimagrt must be used with "testing" enabled for tests --- bin/core/imag-tag/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/core/imag-tag/Cargo.toml b/bin/core/imag-tag/Cargo.toml index bb00f889..e1bf382a 100644 --- a/bin/core/imag-tag/Cargo.toml +++ b/bin/core/imag-tag/Cargo.toml @@ -35,3 +35,9 @@ path = "../../../lib/etc/libimagutil" default-features = false features = ["testing"] +[dev-dependencies.libimagrt] +version = "0.4.0" +path = "../../../lib/core/libimagrt" +default-features = false +features = ["testing"] +