aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/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_hir_ty/Cargo.toml
parentc82e7696e6f86cc0843c5aab9f09b5d6dd0d4bac (diff)
insta 0.16
Diffstat (limited to 'crates/ra_hir_ty/Cargo.toml')
-rw-r--r--crates/ra_hir_ty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml
index 59efc1c31..cbaf50dd5 100644
--- a/crates/ra_hir_ty/Cargo.toml
+++ b/crates/ra_hir_ty/Cargo.toml
@@ -31,4 +31,4 @@ chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc90
31chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc904a05f8cb3d0c682c9a57a63dda7a35356" } 31chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc904a05f8cb3d0c682c9a57a63dda7a35356" }
32 32
33[dev-dependencies] 33[dev-dependencies]
34insta = "0.15.0" 34insta = "0.16.0"