aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-04-14 18:57:02 +0100
committerkjeremy <[email protected]>2020-04-14 18:57:02 +0100
commiteedab116ab9cf49860902fa051bb492653dab50c (patch)
treefb736a944764402e054e36cefad9d264e35ddfb0 /crates/ra_ide/Cargo.toml
parentc82e7696e6f86cc0843c5aab9f09b5d6dd0d4bac (diff)
insta 0.16
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"