aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-31 15:10:28 +0100
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-31 15:10:28 +0100
commit4a6cfa1aa7ece5a32176548ce3a8e3605cdb8072 (patch)
tree1070a1d5e293ae0ceb3ac157d322bcd20a88524b /crates/ra_hir
parent1af7738c28d4bb15254612574784a762b2c1e2e9 (diff)
parent8d2068cf323f08f4747fa142a8437f503246addc (diff)
Merge #1628
1628: Update insta to 0.9.0 and cargo update r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r--crates/ra_hir/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index af4071e6f..285b3c63a 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -27,4 +27,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" }
27lalrpop-intern = "0.15.1" 27lalrpop-intern = "0.15.1"
28 28
29[dev-dependencies] 29[dev-dependencies]
30insta = "0.8.1" 30insta = "0.9.0"