diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-15 09:31:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-15 09:31:18 +0100 |
commit | d6327297e4778354bb49730e4e2e64eeedaac772 (patch) | |
tree | cd475bcb0e5b42de709bc358b9a415e8a2a31f51 /crates/ra_hir_ty | |
parent | b495e56b0d3f7a72494d002a69440563e8394574 (diff) | |
parent | eedab116ab9cf49860902fa051bb492653dab50c (diff) |
Merge #3978
3978: insta 0.16 r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_hir_ty')
-rw-r--r-- | crates/ra_hir_ty/Cargo.toml | 2 |
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 | |||
31 | chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc904a05f8cb3d0c682c9a57a63dda7a35356" } | 31 | chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc904a05f8cb3d0c682c9a57a63dda7a35356" } |
32 | 32 | ||
33 | [dev-dependencies] | 33 | [dev-dependencies] |
34 | insta = "0.15.0" | 34 | insta = "0.16.0" |