aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorSeivan Heidari <[email protected]>2019-10-26 14:06:18 +0100
committerSeivan Heidari <[email protected]>2019-10-26 14:06:18 +0100
commit1aea7c83ac8259b9c7e10aedd7ed480e80464b85 (patch)
treeae451fe53ffd23dddc0d3a8b7e4456df88a9316f /crates/ra_hir/Cargo.toml
parentb59ffb7d417ba978087a1663c002256d684ae49a (diff)
parent81677c3232fc4e6a9fb52889b4e82a8afdee9c7e (diff)
Merge branch 'master' into feature/themes
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-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 edf1fa49b..54c09788a 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -28,4 +28,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" }
28lalrpop-intern = "0.15.1" 28lalrpop-intern = "0.15.1"
29 29
30[dev-dependencies] 30[dev-dependencies]
31insta = "0.11.0" 31insta = "0.12.0"