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
@ -20,7 +20,7 @@ plugin = true
|
||||
unicode-normalization = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
compiletest_rs = "*"
|
||||
compiletest_rs = "0.0.11"
|
||||
regex = "*"
|
||||
regex_macros = "*"
|
||||
lazy_static = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user