Skip to content

Commit a108f22

Browse files
bors[bot]kjeremy
andauthored
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]>
2 parents d1330a4 + 6967472 commit a108f22

12 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_cargo_watch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jod-thread = "0.1.0"
1313
parking_lot = "0.10.0"
1414

1515
[dev-dependencies]
16-
insta = "0.12.0"
16+
insta = "0.13.0"
1717
serde_json = "1.0"

crates/ra_hir_def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ ra_cfg = { path = "../ra_cfg" }
2626
tt = { path = "../ra_tt", package = "ra_tt" }
2727

2828
[dev-dependencies]
29-
insta = "0.12.0"
29+
insta = "0.13.0"

0 commit comments

Comments
 (0)