aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-29 14:49:10 +0100
committerAleksey Kladov <[email protected]>2019-08-29 15:04:01 +0100
commit0f6c048ce1a621ccd3e2080ec5aafbd053c516f4 (patch)
tree4aa7826d1b9a7222ad64085f136a1615d7daa7a5 /crates/ra_hir/Cargo.toml
parent5a99184967c89992df4544d0c1ca27d79946a1a7 (diff)
:arrow_up: insta
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 1a2f1b47c..646c96692 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.10.0" 30insta = "0.11.0"