Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-diagnostics/Cargo.toml')
| -rw-r--r-- | crates/ide-diagnostics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-diagnostics/Cargo.toml b/crates/ide-diagnostics/Cargo.toml index 73093a23a9..a79adca4cd 100644 --- a/crates/ide-diagnostics/Cargo.toml +++ b/crates/ide-diagnostics/Cargo.toml @@ -25,7 +25,7 @@ hir = { path = "../hir", version = "0.0.0" } ide-db = { path = "../ide-db", version = "0.0.0" } [dev-dependencies] -expect-test = "1.3.0" +expect-test = "1.4.0" test-utils = { path = "../test-utils" } sourcegen = { path = "../sourcegen" } |