diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-14 18:41:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-14 18:41:52 +0100 |
commit | efddf9e7db2d41b602d3d08527f20f466381bcdb (patch) | |
tree | e8ecb9ed25dddd86d69a0f75b2fdb8b3e3da22e8 /crates | |
parent | 38ae18b7592f97a7058d97928307bccbd881a582 (diff) | |
parent | 06f5d6f6404cf134d1d8b39a4aea9f7c7342af52 (diff) |
Merge #9273
9273: internal: don't pull tracing via chalk r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index a1894e8d8..74129eb21 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -20,7 +20,7 @@ rustc-hash = "1.1.0" | |||
20 | scoped-tls = "1" | 20 | scoped-tls = "1" |
21 | chalk-solve = { version = "0.68", default-features = false } | 21 | chalk-solve = { version = "0.68", default-features = false } |
22 | chalk-ir = "0.68" | 22 | chalk-ir = "0.68" |
23 | chalk-recursive = "0.68" | 23 | chalk-recursive = { version = "0.68", default-features = false } |
24 | la-arena = { version = "0.2.0", path = "../../lib/arena" } | 24 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
25 | once_cell = { version = "1.5.0" } | 25 | once_cell = { version = "1.5.0" } |
26 | 26 | ||