internal: update expect

This commit is contained in:
Aleksey Kladov 2021-10-09 17:17:16 +03:00
parent 959da8caa1
commit afacdd612d
16 changed files with 17 additions and 17 deletions

4
Cargo.lock generated
View file

@ -345,9 +345,9 @@ dependencies = [
[[package]]
name = "expect-test"
version = "1.1.0"
version = "1.2.0-pre.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2300477aab3a378f2ca00a4fbd4dc713654ab7ed790e4017493cb33656280633"
checksum = "3a2f1664bc69648747878bfe3430ad9b58bc8d9b50b3b1df9f3c081345e33197"
dependencies = [
"dissimilar",
"once_cell",

View file

@ -16,7 +16,7 @@ tt = { path = "../tt", version = "0.0.0" }
[dev-dependencies]
mbe = { path = "../mbe" }
syntax = { path = "../syntax" }
expect-test = "1.1"
expect-test = "1.2.0-pre.1"
oorandom = "11"
# 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`

View file

@ -35,4 +35,4 @@ limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
test_utils = { path = "../test_utils" }
expect-test = "1.1"
expect-test = "1.2.0-pre.1"

View file

@ -25,4 +25,4 @@ mbe = { path = "../mbe", version = "0.0.0" }
limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.1"
expect-test = "1.2.0-pre.1"

View file

@ -33,7 +33,7 @@ limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
test_utils = { path = "../test_utils" }
expect-test = "1.1"
expect-test = "1.2.0-pre.1"
tracing = "0.1"
tracing-subscriber = { version = "0.2", default-features = false, features = [
"env-filter",

View file

@ -38,4 +38,4 @@ hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
test_utils = { path = "../test_utils" }
expect-test = "1.1"
expect-test = "1.2.0-pre.1"

View file

@ -25,4 +25,4 @@ hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
test_utils = { path = "../test_utils" }
sourcegen = { path = "../sourcegen" }
expect-test = "1.1"
expect-test = "1.2.0-pre.1"

View file

@ -28,7 +28,7 @@ profile = { path = "../profile", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.1"
expect-test = "1.2.0-pre.1"
xshell = "0.1"
test_utils = { path = "../test_utils" }

View file

@ -31,4 +31,4 @@ limit = { path = "../limit", version = "0.0.0" }
[dev-dependencies]
test_utils = { path = "../test_utils" }
expect-test = "1.1"
expect-test = "1.2.0-pre.1"

View file

@ -23,7 +23,7 @@ hir = { path = "../hir", version = "0.0.0" }
ide_db = { path = "../ide_db", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.1"
expect-test = "1.2.0-pre.1"
test_utils = { path = "../test_utils" }
sourcegen = { path = "../sourcegen" }

View file

@ -21,4 +21,4 @@ hir = { path = "../hir", version = "0.0.0" }
[dev-dependencies]
test_utils = { path = "../test_utils" }
expect-test = "1.1"
expect-test = "1.2.0-pre.1"

View file

@ -12,7 +12,7 @@ doctest = false
cov-mark = "2.0.0-pre.1"
rustc-hash = "1.1.0"
smallvec = "1.2.0"
expect-test = "1.1"
expect-test = "1.2.0-pre.1"
tracing = "0.1"
syntax = { path = "../syntax", version = "0.0.0" }

View file

@ -25,7 +25,7 @@ paths = { path = "../paths", version = "0.0.0" }
proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
[dev-dependencies]
expect-test = "1.1.0"
expect-test = "1.2.0-pre.1"
# used as proc macro test targets
proc_macro_test = { path = "../proc_macro_test" }

View file

@ -16,7 +16,7 @@ semver = "1"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.48"
anyhow = "1.0.26"
expect-test = "1"
expect-test = "1.2.0-pre.1"
la-arena = { version = "0.2.0", path = "../../lib/arena" }
cfg = { path = "../cfg", version = "0.0.0" }

View file

@ -67,7 +67,7 @@ winapi = "0.3.8"
jemallocator = { version = "0.4.1", package = "tikv-jemallocator", optional = true }
[dev-dependencies]
expect-test = "1.1"
expect-test = "1.2.0-pre.1"
xshell = "0.1"
test_utils = { path = "../test_utils" }

View file

@ -26,7 +26,7 @@ profile = { path = "../profile", version = "0.0.0" }
[dev-dependencies]
rayon = "1"
expect-test = "1.1"
expect-test = "1.2.0-pre.1"
proc-macro2 = "1.0.8"
quote = "1.0.2"
ungrammar = "=1.14.8"