aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-04-15 09:31:18 +0100
committerGitHub <[email protected]>2020-04-15 09:31:18 +0100
commitd6327297e4778354bb49730e4e2e64eeedaac772 (patch)
treecd475bcb0e5b42de709bc358b9a415e8a2a31f51 /crates/ra_ide/Cargo.toml
parentb495e56b0d3f7a72494d002a69440563e8394574 (diff)
parenteedab116ab9cf49860902fa051bb492653dab50c (diff)
Merge #3978
3978: insta 0.16 r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r--crates/ra_ide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index b4a29b81b..05c940605 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -35,4 +35,4 @@ ra_assists = { path = "../ra_assists" }
35hir = { path = "../ra_hir", package = "ra_hir" } 35hir = { path = "../ra_hir", package = "ra_hir" }
36 36
37[dev-dependencies] 37[dev-dependencies]
38insta = "0.15.0" 38insta = "0.16.0"