diff options
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index d1302d749..6131ebee8 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -10,6 +10,7 @@ edition = "2018" | |||
10 | doctest = false | 10 | doctest = false |
11 | 11 | ||
12 | [dependencies] | 12 | [dependencies] |
13 | cov-mark = "1.1" | ||
13 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
14 | arrayvec = "0.5.1" | 15 | arrayvec = "0.5.1" |
15 | smallvec = "1.2.0" | 16 | smallvec = "1.2.0" |
@@ -17,9 +18,9 @@ ena = "0.14.0" | |||
17 | log = "0.4.8" | 18 | log = "0.4.8" |
18 | rustc-hash = "1.1.0" | 19 | rustc-hash = "1.1.0" |
19 | scoped-tls = "1" | 20 | scoped-tls = "1" |
20 | chalk-solve = { version = "0.59", default-features = false } | 21 | chalk-solve = { version = "0.60", default-features = false } |
21 | chalk-ir = "0.59" | 22 | chalk-ir = "0.60" |
22 | chalk-recursive = "0.59" | 23 | chalk-recursive = "0.60" |
23 | la-arena = { version = "0.2.0", path = "../../lib/arena" } | 24 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
24 | 25 | ||
25 | stdx = { path = "../stdx", version = "0.0.0" } | 26 | stdx = { path = "../stdx", version = "0.0.0" } |