diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-27 10:04:36 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-27 10:04:36 +0000 |
commit | 700165cf17290561dea511565278b9869ed61625 (patch) | |
tree | 9786b92d05c2c2dd7390344331209d55e36ed549 /crates/ra_db/Cargo.toml | |
parent | 62c40b0e91e79094daf7491526aa8b164a7d198c (diff) | |
parent | 93996fecdc6866412fa51120ba33150c4107d42e (diff) |
Merge #336
336: add cancelation module & cancelation backtraces r=matklad a=matklad
This is primaraly to debug semengly spurious canceled requests
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_db/Cargo.toml')
-rw-r--r-- | crates/ra_db/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml index f316c0ab2..4be32b5f3 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml | |||
@@ -5,6 +5,7 @@ version = "0.1.0" | |||
5 | authors = ["Aleksey Kladov <[email protected]>"] | 5 | authors = ["Aleksey Kladov <[email protected]>"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | backtrace = "0.3.1" | ||
8 | relative-path = "0.4.0" | 9 | relative-path = "0.4.0" |
9 | salsa = "0.8.0" | 10 | salsa = "0.8.0" |
10 | rustc-hash = "1.0" | 11 | rustc-hash = "1.0" |