Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/Cargo.toml')
| -rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index fba5db9a93..a34522435a 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -26,7 +26,7 @@ profile = { path = "../profile", version = "0.0.0" } [dev-dependencies] rayon = "1" -expect-test = "1.1" +expect-test = "1.2.0-pre.1" proc-macro2 = "1.0.8" quote = "1.0.2" ungrammar = "=1.14.8" |