Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/Cargo.toml')
| -rw-r--r-- | crates/ide_db/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_db/Cargo.toml b/crates/ide_db/Cargo.toml index c71a213c40..26b51739cf 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -35,5 +35,5 @@ limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } sourcegen = { path = "../sourcegen" } -xshell = "0.2.0" +xshell = "0.2.1" expect-test = "1.2.0-pre.1" |