Skip to content

Commit 32b089d

Browse files
bors[bot]matklad
andauthored
Merge #5907
5907: ⬆️ expect-test r=matklad a=matklad bors r+ πŸ€– Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 7183d72 + c692b5d commit 32b089d

26 files changed

+25
-25
lines changed

β€ŽCargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcrates/hir_def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ cfg = { path = "../cfg", version = "0.0.0" }
3333
tt = { path = "../tt", version = "0.0.0" }
3434

3535
[dev-dependencies]
36-
expect-test = "0.1"
36+
expect-test = "1.0"

β€Žcrates/hir_ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ syntax = { path = "../syntax", version = "0.0.0" }
3131
test_utils = { path = "../test_utils", version = "0.0.0" }
3232

3333
[dev-dependencies]
34-
expect-test = "0.1"
34+
expect-test = "1.0"
3535
tracing = "0.1"
3636
tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] }
3737
tracing-tree = { version = "0.1.4" }

β€Žcrates/ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ ssr = { path = "../ssr", version = "0.0.0" }
3636
hir = { path = "../hir", version = "0.0.0" }
3737

3838
[dev-dependencies]
39-
expect-test = "0.1"
39+
expect-test = "1.0"

0 commit comments

Comments
Β (0)