mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Upgrade to expect-test@1.4.0
cf. https://github.com/rust-analyzer/expect-test/issues/33 cf. https://github.com/rust-lang/rust/pull/99444#issuecomment-1188844202
This commit is contained in:
parent
88515b981d
commit
1b416473a3
16 changed files with 17 additions and 17 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -350,9 +350,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "expect-test"
|
name = "expect-test"
|
||||||
version = "1.3.0"
|
version = "1.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dced95c9dcd4e3241f95841aad395f9c8d7933a3b0b524bdeb2440885c72a271"
|
checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dissimilar",
|
"dissimilar",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
|
|
@ -17,7 +17,7 @@ tt = { path = "../tt", version = "0.0.0" }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
mbe = { path = "../mbe" }
|
mbe = { path = "../mbe" }
|
||||||
syntax = { path = "../syntax" }
|
syntax = { path = "../syntax" }
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
oorandom = "11.1.3"
|
oorandom = "11.1.3"
|
||||||
# We depend on both individually instead of using `features = ["derive"]` to microoptimize the
|
# We depend on both individually instead of using `features = ["derive"]` to microoptimize the
|
||||||
# build graph: if the feature was enabled, syn would be built early on in the graph if `smolstr`
|
# build graph: if the feature was enabled, syn would be built early on in the graph if `smolstr`
|
||||||
|
|
|
@ -40,4 +40,4 @@ limit = { path = "../limit", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
|
@ -31,4 +31,4 @@ mbe = { path = "../mbe", version = "0.0.0" }
|
||||||
limit = { path = "../limit", version = "0.0.0" }
|
limit = { path = "../limit", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
|
@ -35,7 +35,7 @@ limit = { path = "../limit", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
tracing = "0.1.35"
|
tracing = "0.1.35"
|
||||||
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
|
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
|
||||||
"env-filter",
|
"env-filter",
|
||||||
|
|
|
@ -25,4 +25,4 @@ hir = { path = "../hir", version = "0.0.0" }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
sourcegen = { path = "../sourcegen" }
|
sourcegen = { path = "../sourcegen" }
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
|
@ -28,6 +28,6 @@ profile = { path = "../profile", version = "0.0.0" }
|
||||||
hir = { path = "../hir", version = "0.0.0" }
|
hir = { path = "../hir", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
|
|
|
@ -36,4 +36,4 @@ limit = { path = "../limit", version = "0.0.0" }
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
sourcegen = { path = "../sourcegen" }
|
sourcegen = { path = "../sourcegen" }
|
||||||
xshell = "0.2.2"
|
xshell = "0.2.2"
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@ hir = { path = "../hir", version = "0.0.0" }
|
||||||
ide-db = { path = "../ide-db", version = "0.0.0" }
|
ide-db = { path = "../ide-db", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
sourcegen = { path = "../sourcegen" }
|
sourcegen = { path = "../sourcegen" }
|
||||||
|
|
|
@ -23,4 +23,4 @@ hir = { path = "../hir", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
|
@ -41,4 +41,4 @@ toolchain = { path = "../toolchain", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-utils = { path = "../test-utils" }
|
test-utils = { path = "../test-utils" }
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
|
@ -15,5 +15,5 @@ rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
|
||||||
limit = { path = "../limit", version = "0.0.0" }
|
limit = { path = "../limit", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
sourcegen = { path = "../sourcegen" }
|
sourcegen = { path = "../sourcegen" }
|
||||||
|
|
|
@ -26,7 +26,7 @@ paths = { path = "../paths", version = "0.0.0" }
|
||||||
proc-macro-api = { path = "../proc-macro-api", version = "0.0.0" }
|
proc-macro-api = { path = "../proc-macro-api", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
|
|
||||||
# used as proc macro test targets
|
# used as proc macro test targets
|
||||||
proc-macro-test = { path = "../proc-macro-test" }
|
proc-macro-test = { path = "../proc-macro-test" }
|
||||||
|
|
|
@ -17,7 +17,7 @@ semver = "1.0.10"
|
||||||
serde = { version = "1.0.137", features = ["derive"] }
|
serde = { version = "1.0.137", features = ["derive"] }
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.81"
|
||||||
anyhow = "1.0.57"
|
anyhow = "1.0.57"
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
|
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
|
||||||
|
|
||||||
cfg = { path = "../cfg", version = "0.0.0" }
|
cfg = { path = "../cfg", version = "0.0.0" }
|
||||||
|
|
|
@ -73,7 +73,7 @@ winapi = "0.3.9"
|
||||||
jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = true }
|
jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
jod-thread = "0.1.2"
|
jod-thread = "0.1.2"
|
||||||
xshell = "0.2.2"
|
xshell = "0.2.2"
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ profile = { path = "../profile", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
expect-test = "1.3.0"
|
expect-test = "1.4.0"
|
||||||
proc-macro2 = "1.0.39"
|
proc-macro2 = "1.0.39"
|
||||||
quote = "1.0.20"
|
quote = "1.0.20"
|
||||||
ungrammar = "1.16.1"
|
ungrammar = "1.16.1"
|
||||||
|
|
Loading…
Reference in a new issue