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 | |
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')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api_light/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 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" |
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" |
diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index 87b4f19ce..922245390 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.4.0" | 20 | insta = "0.5.1" |