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/Cargo.toml | |
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/Cargo.toml')
-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 702c11932..dd9708719 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.1.4" | 25 | insta = "0.4.0" |