diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-21 11:28:55 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-21 11:28:55 +0100 |
commit | c59a3cdb0337fb06907f6bc5ecc6d64b6900ea16 (patch) | |
tree | b25be7daa2a2ec43a3327ae757924c9986d3dbf0 /crates/ra_ide_api | |
parent | 3db7bdb6b733de7b6c857bd2e8dc84c7ba8d2559 (diff) | |
parent | 507c97a18cafc75ac055c912003a015cc5731443 (diff) |
Merge #1296
1296: :arrow_up: insta r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api')
-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 333706c1a..d399d5e2e 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -29,7 +29,7 @@ test_utils = { path = "../test_utils" } | |||
29 | ra_assists = { path = "../ra_assists" } | 29 | ra_assists = { path = "../ra_assists" } |
30 | 30 | ||
31 | [dev-dependencies] | 31 | [dev-dependencies] |
32 | insta = "0.7.0" | 32 | insta = "0.8.1" |
33 | 33 | ||
34 | [dev-dependencies.proptest] | 34 | [dev-dependencies.proptest] |
35 | version = "0.9.0" | 35 | version = "0.9.0" |