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_ide_api | |
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_ide_api')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index dd9708719..20c911f8f 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -22,4 +22,4 @@ hir = { path = "../ra_hir", package = "ra_hir" } | |||
22 | test_utils = { path = "../test_utils" } | 22 | test_utils = { path = "../test_utils" } |
23 | 23 | ||
24 | [dev-dependencies] | 24 | [dev-dependencies] |
25 | insta = "0.4.0" | 25 | insta = "0.5.1" |