diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-27 11:21:54 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-27 11:21:54 +0000 |
commit | a108f22d835c8d67c93c66758d89371fff179b9a (patch) | |
tree | b300ba368625857381cd092356621ff966c4a288 /crates/ra_cargo_watch/Cargo.toml | |
parent | d1330a4a65f0113c687716a5a679239af4df9c11 (diff) | |
parent | 6967472703ced1bda88179703874365736def5fc (diff) |
Merge #2908
2908: Update crates r=matklad a=kjeremy
Updates insta to 0.13 and bumps everything else.
Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates/ra_cargo_watch/Cargo.toml')
-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 e88295539..49e06e0d3 100644 --- a/crates/ra_cargo_watch/Cargo.toml +++ b/crates/ra_cargo_watch/Cargo.toml | |||
@@ -13,5 +13,5 @@ jod-thread = "0.1.0" | |||
13 | parking_lot = "0.10.0" | 13 | parking_lot = "0.10.0" |
14 | 14 | ||
15 | [dev-dependencies] | 15 | [dev-dependencies] |
16 | insta = "0.12.0" | 16 | insta = "0.13.0" |
17 | serde_json = "1.0" \ No newline at end of file | 17 | serde_json = "1.0" \ No newline at end of file |