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:
parent
d7292fe235
commit
ecb97866b6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ plugin = true
|
||||||
unicode-normalization = "*"
|
unicode-normalization = "*"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
compiletest_rs = "*"
|
compiletest_rs = "0.0.11"
|
||||||
regex = "*"
|
regex = "*"
|
||||||
regex_macros = "*"
|
regex_macros = "*"
|
||||||
lazy_static = "*"
|
lazy_static = "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue