aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-03 13:54:53 +0000
committerGitHub <[email protected]>2021-01-03 13:54:53 +0000
commit41454eb1ebc87c0f35d247bfb600e775abe022f4 (patch)
tree42b32f76e7cefa87d05719f3a7e19530d8dc7bab /crates/ide
parentb47c63a4bcefe93be3e5fe97b2a57489f13da493 (diff)
parentc7e0c7f43aac177d04da1e535bf7bd6245454f43 (diff)
Merge #7139
7139: Upgrade expect-test to 1.1 r=matklad a=Jesse-Bakker Co-authored-by: Jesse Bakker <[email protected]>
Diffstat (limited to 'crates/ide')
-rw-r--r--crates/ide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index f1544dbe0..bb28cca4d 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -36,4 +36,4 @@ completion = { path = "../completion", version = "0.0.0" }
36hir = { path = "../hir", version = "0.0.0" } 36hir = { path = "../hir", version = "0.0.0" }
37 37
38[dev-dependencies] 38[dev-dependencies]
39expect-test = "1.0" 39expect-test = "1.1"