diff options
author | Aleksey Kladov <[email protected]> | 2019-01-23 11:48:57 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-23 12:04:38 +0000 |
commit | 28661facf6a91319bbb16f6a23c9f5a56dfe2a68 (patch) | |
tree | 7ae7ff57a271a85acde4a6414a9c1ed493a9963d /crates/ra_ide_api_light | |
parent | 1d7baef0e96d6c1db2d049f3770588f07b8d739f (diff) |
:arrow_up: insta
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 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" |