diff options
author | kjeremy <[email protected]> | 2019-07-31 15:05:00 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-07-31 15:05:00 +0100 |
commit | 8d2068cf323f08f4747fa142a8437f503246addc (patch) | |
tree | 1070a1d5e293ae0ceb3ac157d322bcd20a88524b /crates/ra_hir | |
parent | 1af7738c28d4bb15254612574784a762b2c1e2e9 (diff) |
Update insta to 0.9.0 and cargo update
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 |
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" } | |||
27 | lalrpop-intern = "0.15.1" | 27 | lalrpop-intern = "0.15.1" |
28 | 28 | ||
29 | [dev-dependencies] | 29 | [dev-dependencies] |
30 | insta = "0.8.1" | 30 | insta = "0.9.0" |