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_cargo_watch | |
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_cargo_watch')
-rw-r--r-- | crates/ra_cargo_watch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cargo_watch/Cargo.toml b/crates/ra_cargo_watch/Cargo.toml index d38d0e2b0..741345a21 100644 --- a/crates/ra_cargo_watch/Cargo.toml +++ b/crates/ra_cargo_watch/Cargo.toml | |||
@@ -12,4 +12,4 @@ cargo_metadata = "0.9.1" | |||
12 | serde_json = "1.0.48" | 12 | serde_json = "1.0.48" |
13 | 13 | ||
14 | [dev-dependencies] | 14 | [dev-dependencies] |
15 | insta = "0.13.1" | 15 | insta = "0.15.0" |