aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-23 12:05:12 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-23 12:05:12 +0000
commitb846832b8b2fb221cce42f170e9989c1dac5e468 (patch)
tree7ae7ff57a271a85acde4a6414a9c1ed493a9963d /crates/ra_hir
parent1d7baef0e96d6c1db2d049f3770588f07b8d739f (diff)
parent28661facf6a91319bbb16f6a23c9f5a56dfe2a68 (diff)
Merge #605
605: :arrow_up: insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r--crates/ra_hir/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 0fd869c7f..86937ccd8 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -19,4 +19,4 @@ test_utils = { path = "../test_utils" }
19 19
20[dev-dependencies] 20[dev-dependencies]
21flexi_logger = "0.10.0" 21flexi_logger = "0.10.0"
22insta = "0.4.0" 22insta = "0.5.1"