diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-09 14:38:20 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-09 14:38:20 +0000 |
commit | 530ff9f57fd27505302d082a6007b49d8b98c8af (patch) | |
tree | b2531225d5df8adf158c5b3b93afad300e8ef505 /crates/ra_hir_def | |
parent | 6f4762f310d93252590537b8a3d21333d8f3a5a9 (diff) | |
parent | d1e9f0af0431ad7a006b460550ac5f990211599c (diff) |
Merge #3533
3533: Updates insta to 0.15.0 and bumps console to 0.10.0 r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ra_hir_def')
-rw-r--r-- | crates/ra_hir_def/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_def/Cargo.toml b/crates/ra_hir_def/Cargo.toml index fa25cc4fb..30a12337e 100644 --- a/crates/ra_hir_def/Cargo.toml +++ b/crates/ra_hir_def/Cargo.toml | |||
@@ -26,4 +26,4 @@ ra_cfg = { path = "../ra_cfg" } | |||
26 | tt = { path = "../ra_tt", package = "ra_tt" } | 26 | tt = { path = "../ra_tt", package = "ra_tt" } |
27 | 27 | ||
28 | [dev-dependencies] | 28 | [dev-dependencies] |
29 | insta = "0.13.1" | 29 | insta = "0.15.0" |