aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-10-24 15:35:22 +0100
committerkjeremy <[email protected]>2019-10-24 15:35:22 +0100
commit64c1dd10b84b73207474f8a099a445aa9e724ce6 (patch)
treefd6b35b6f19a96c2a60f43a4665d23333ab4e0b9 /crates/ra_hir/Cargo.toml
parent95cf5c86fae3adf3bb38521905bf357450125709 (diff)
bump 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 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"