aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-28 13:47:53 +0100
committerGitHub <[email protected]>2020-08-28 13:47:53 +0100
commit32b089d6ec8e0ede0871f201437d16efd341b150 (patch)
tree8637a952f4f24f243c07ec8bccbb1d590859108c /crates/hir_def/Cargo.toml
parent7183d72fa1b24f1ffe9960e9959d20d9b885ae3c (diff)
parentc692b5d76d7a9c01643f1f4be3fa8c777a9b0adb (diff)
Merge #5907
5907: :arrow_up: expect-test r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
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 011e4612c..a88b5f57e 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 = "0.1" 36expect-test = "1.0"