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