Fix dependency spec: libimagrt must be used with "testing" enabled for tests

This commit is contained in:
Matthias Beyer 2017-09-02 14:04:47 +02:00
parent ab06263507
commit b55f46764f
1 changed files with 6 additions and 0 deletions

View File

@ -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"]