diff options
author | Aleksey Kladov <[email protected]> | 2020-08-28 13:47:14 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-28 13:47:14 +0100 |
commit | c692b5d76d7a9c01643f1f4be3fa8c777a9b0adb (patch) | |
tree | 482f663be7ad64ee0d9dce46241006a990a69460 /crates/hir_def | |
parent | c9c0050fff45ebee56e5be8ae0add849fddfc85a (diff) |
:arrow_up: expect-test
Diffstat (limited to 'crates/hir_def')
-rw-r--r-- | crates/hir_def/Cargo.toml | 2 |
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" } | |||
33 | tt = { path = "../tt", version = "0.0.0" } | 33 | tt = { path = "../tt", version = "0.0.0" } |
34 | 34 | ||
35 | [dev-dependencies] | 35 | [dev-dependencies] |
36 | expect-test = "0.1" | 36 | expect-test = "1.0" |