aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-07-31 15:05:00 +0100
committerkjeremy <[email protected]>2019-07-31 15:05:00 +0100
commit8d2068cf323f08f4747fa142a8437f503246addc (patch)
tree1070a1d5e293ae0ceb3ac157d322bcd20a88524b /crates/ra_hir/Cargo.toml
parent1af7738c28d4bb15254612574784a762b2c1e2e9 (diff)
Update insta to 0.9.0 and cargo update
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 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"