diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-23 12:05:12 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-23 12:05:12 +0000 |
commit | b846832b8b2fb221cce42f170e9989c1dac5e468 (patch) | |
tree | 7ae7ff57a271a85acde4a6414a9c1ed493a9963d /crates/ra_hir | |
parent | 1d7baef0e96d6c1db2d049f3770588f07b8d739f (diff) | |
parent | 28661facf6a91319bbb16f6a23c9f5a56dfe2a68 (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.toml | 2 |
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] |
21 | flexi_logger = "0.10.0" | 21 | flexi_logger = "0.10.0" |
22 | insta = "0.4.0" | 22 | insta = "0.5.1" |