Skip to content

Commit d1e9f0a

Browse files
committed
Updates insta to 0.15.0 and bumps console to 0.10.0
1 parent bf3eef8 commit d1e9f0a

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

Cargo.lock

Lines changed: 6 additions & 7 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
@@ -12,4 +12,4 @@ cargo_metadata = "0.9.1"
1212
serde_json = "1.0.48"
1313

1414
[dev-dependencies]
15-
insta = "0.13.1"
15+
insta = "0.15.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.13.1"
29+
insta = "0.15.0"

crates/ra_hir_ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d713
2626
chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d71340acc7a7204a33115fc63075d86452179" }
2727

2828
[dev-dependencies]
29-
insta = "0.13.1"
29+
insta = "0.15.0"

crates/ra_ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ ra_assists = { path = "../ra_assists" }
3535
hir = { path = "../ra_hir", package = "ra_hir" }
3636

3737
[dev-dependencies]
38-
insta = "0.13.1"
38+
insta = "0.15.0"

0 commit comments

Comments
 (0)