diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-21 22:29:25 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-21 22:29:25 +0000 |
commit | b59334e67a3c76c91ccd7bc1212a485ab0ac4065 (patch) | |
tree | b301e1b103a1221a957005adc37148cacbaa03ca /crates/ra_ide_api_light | |
parent | 5a753b39c77a82d354aadd4dc9683dab476f59d9 (diff) | |
parent | 49596bbc2be896377dd4879907f30449933ffbca (diff) |
Merge #591
591: :arrow_up: insta r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api_light')
-rw-r--r-- | crates/ra_ide_api_light/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index 16cf228e7..87b4f19ce 100644 --- a/crates/ra_ide_api_light/Cargo.toml +++ b/crates/ra_ide_api_light/Cargo.toml | |||
@@ -17,4 +17,4 @@ ra_text_edit = { path = "../ra_text_edit" } | |||
17 | [dev-dependencies] | 17 | [dev-dependencies] |
18 | test_utils = { path = "../test_utils" } | 18 | test_utils = { path = "../test_utils" } |
19 | proptest = "0.8.7" | 19 | proptest = "0.8.7" |
20 | insta = "0.1.4" | 20 | insta = "0.4.0" |