Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/Cargo.toml')
| -rw-r--r-- | crates/ide_completion/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_completion/Cargo.toml b/crates/ide_completion/Cargo.toml index 0d4413978d..5b2f0b35f9 100644 --- a/crates/ide_completion/Cargo.toml +++ b/crates/ide_completion/Cargo.toml @@ -28,7 +28,7 @@ profile = { path = "../profile", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] -expect-test = "1.1" +expect-test = "1.2.0-pre.1" xshell = "0.1" test_utils = { path = "../test_utils" } |