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_ide | |
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_ide')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index 410d8de62..7235c944c 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -35,4 +35,4 @@ ra_assists = { path = "../ra_assists" } | |||
35 | hir = { path = "../ra_hir", package = "ra_hir" } | 35 | hir = { path = "../ra_hir", package = "ra_hir" } |
36 | 36 | ||
37 | [dev-dependencies] | 37 | [dev-dependencies] |
38 | insta = "0.13.1" | 38 | insta = "0.15.0" |