Skip to content

Commit b89991d

Browse files
committed
Update crates
1 parent d1330a4 commit b89991d

File tree

5 files changed

+26
-26
lines changed

5 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"

crates/ra_hir_ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "ff65b5a
2828
lalrpop-intern = "0.15.1"
2929

3030
[dev-dependencies]
31-
insta = "0.12.0"
31+
insta = "0.13.0"

crates/ra_ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ra_assists = { path = "../ra_assists" }
3939
hir = { path = "../ra_hir", package = "ra_hir" }
4040

4141
[dev-dependencies]
42-
insta = "0.12.0"
42+
insta = "0.13.0"
4343

4444
[dev-dependencies.proptest]
4545
version = "0.9.0"

0 commit comments

Comments
 (0)