Fix dependency spec: libimagrt must be used with "testing" enabled for tests
This commit is contained in:
parent
ab06263507
commit
b55f46764f
1 changed files with 6 additions and 0 deletions
|
@ -35,3 +35,9 @@ path = "../../../lib/etc/libimagutil"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
||||||
|
[dev-dependencies.libimagrt]
|
||||||
|
version = "0.4.0"
|
||||||
|
path = "../../../lib/core/libimagrt"
|
||||||
|
default-features = false
|
||||||
|
features = ["testing"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue