mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
insta 0.16
This commit is contained in:
parent
c82e7696e6
commit
eedab116ab
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -495,9 +495,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "0.15.0"
|
||||
version = "0.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8de3f029212a3fe78a6090f1f2b993877ca245a9ded863f3fcbd6eae084fc1ed"
|
||||
checksum = "8386e795fb3927131ea4cede203c529a333652eb6dc4ff29616b832b27e9b096"
|
||||
dependencies = [
|
||||
"console",
|
||||
"difference",
|
||||
|
|
|
@ -13,4 +13,4 @@ serde_json = "1.0.48"
|
|||
jod-thread = "0.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.15.0"
|
||||
insta = "0.16.0"
|
||||
|
|
|
@ -28,4 +28,4 @@ ra_cfg = { path = "../ra_cfg" }
|
|||
tt = { path = "../ra_tt", package = "ra_tt" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.15.0"
|
||||
insta = "0.16.0"
|
||||
|
|
|
@ -31,4 +31,4 @@ chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc90
|
|||
chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "039fc904a05f8cb3d0c682c9a57a63dda7a35356" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.15.0"
|
||||
insta = "0.16.0"
|
||||
|
|
|
@ -35,4 +35,4 @@ ra_assists = { path = "../ra_assists" }
|
|||
hir = { path = "../ra_hir", package = "ra_hir" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.15.0"
|
||||
insta = "0.16.0"
|
||||
|
|
Loading…
Reference in a new issue