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