compiletest_rs needs to be at least 0.0.11

otherwise tests using `SUGGESTION` will fail (see `compile-fail/eta.rs`)
This commit is contained in:
Oliver Schneider 2015-12-14 11:28:22 +01:00
parent d7292fe235
commit ecb97866b6

View file

@ -20,7 +20,7 @@ plugin = true
unicode-normalization = "*"
[dev-dependencies]
compiletest_rs = "*"
compiletest_rs = "0.0.11"
regex = "*"
regex_macros = "*"
lazy_static = "*"