aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-21 22:29:25 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-21 22:29:25 +0000
commitb59334e67a3c76c91ccd7bc1212a485ab0ac4065 (patch)
treeb301e1b103a1221a957005adc37148cacbaa03ca /crates
parent5a753b39c77a82d354aadd4dc9683dab476f59d9 (diff)
parent49596bbc2be896377dd4879907f30449933ffbca (diff)
Merge #591
591: :arrow_up: insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir/Cargo.toml2
-rw-r--r--crates/ra_ide_api/Cargo.toml2
-rw-r--r--crates/ra_ide_api_light/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 3d5dddc6a..0fd869c7f 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.1.4" 22insta = "0.4.0"
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" }
22test_utils = { path = "../test_utils" } 22test_utils = { path = "../test_utils" }
23 23
24[dev-dependencies] 24[dev-dependencies]
25insta = "0.1.4" 25insta = "0.4.0"
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]
18test_utils = { path = "../test_utils" } 18test_utils = { path = "../test_utils" }
19proptest = "0.8.7" 19proptest = "0.8.7"
20insta = "0.1.4" 20insta = "0.4.0"