Skip to content

Commit c692b5d

Browse files
committed
⬆️ expect-test
1 parent c9c0050 commit c692b5d

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)