aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2019-08-03 21:48:10 +0100
committerLaurenČ›iu Nicola <[email protected]>2019-08-04 08:43:51 +0100
commit5153001889e9cf39bf324cff41c6a5c5db0070bb (patch)
tree1a9302db44e187c65961e0b6c4f4dd23377b42e4 /crates/ra_hir
parent0ca30b6c4bb717e3cc54bfc98ffaa7a6d8c2cdfd (diff)
Bump deps
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 285b3c63a..1a2f1b47c 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.9.0" 30insta = "0.10.0"