mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-30 23:27:24 +00:00
Updates insta to 0.15.0 and bumps console to 0.10.0
This commit is contained in:
parent
bf3eef8897
commit
d1e9f0af04
5 changed files with 10 additions and 11 deletions
|
@ -12,4 +12,4 @@ cargo_metadata = "0.9.1"
|
|||
serde_json = "1.0.48"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.13.1"
|
||||
insta = "0.15.0"
|
||||
|
|
|
@ -26,4 +26,4 @@ ra_cfg = { path = "../ra_cfg" }
|
|||
tt = { path = "../ra_tt", package = "ra_tt" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.13.1"
|
||||
insta = "0.15.0"
|
||||
|
|
|
@ -26,4 +26,4 @@ chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d713
|
|||
chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d71340acc7a7204a33115fc63075d86452179" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.13.1"
|
||||
insta = "0.15.0"
|
||||
|
|
|
@ -35,4 +35,4 @@ ra_assists = { path = "../ra_assists" }
|
|||
hir = { path = "../ra_hir", package = "ra_hir" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.13.1"
|
||||
insta = "0.15.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue