aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/Cargo.toml
diff options
context:
space:
mode:
authorJesse Bakker <[email protected]>2021-01-03 13:43:29 +0000
committerJesse Bakker <[email protected]>2021-01-03 13:43:29 +0000
commitc7e0c7f43aac177d04da1e535bf7bd6245454f43 (patch)
tree42b32f76e7cefa87d05719f3a7e19530d8dc7bab /crates/hir_def/Cargo.toml
parentb47c63a4bcefe93be3e5fe97b2a57489f13da493 (diff)
Upgrade expect-test to 1.1
Diffstat (limited to 'crates/hir_def/Cargo.toml')
-rw-r--r--crates/hir_def/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml
index e8b581e2f..7ef966cd2 100644
--- a/crates/hir_def/Cargo.toml
+++ b/crates/hir_def/Cargo.toml
@@ -33,4 +33,4 @@ cfg = { path = "../cfg", version = "0.0.0" }
33tt = { path = "../tt", version = "0.0.0" } 33tt = { path = "../tt", version = "0.0.0" }
34 34
35[dev-dependencies] 35[dev-dependencies]
36expect-test = "1.0" 36expect-test = "1.1"