Skip to content

Commit

Permalink
Merge #7139
Browse files Browse the repository at this point in the history
7139: Upgrade expect-test to 1.1 r=matklad a=Jesse-Bakker



Co-authored-by: Jesse Bakker <[email protected]>
  • Loading branch information
bors[bot] and Jesse-Bakker authored Jan 3, 2021
2 parents b47c63a + c7e0c7f commit 41454eb
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cfg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ tt = { path = "../tt", version = "0.0.0" }
[dev-dependencies]
mbe = { path = "../mbe" }
syntax = { path = "../syntax" }
expect-test = "1.0"
expect-test = "1.1"
2 changes: 1 addition & 1 deletion crates/completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ test_utils = { path = "../test_utils", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }

[dev-dependencies]
expect-test = "1.0"
expect-test = "1.1"
2 changes: 1 addition & 1 deletion crates/hir_def/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ cfg = { path = "../cfg", version = "0.0.0" }
tt = { path = "../tt", version = "0.0.0" }

[dev-dependencies]
expect-test = "1.0"
expect-test = "1.1"
2 changes: 1 addition & 1 deletion crates/hir_ty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ syntax = { path = "../syntax", version = "0.0.0" }
test_utils = { path = "../test_utils", version = "0.0.0" }

[dev-dependencies]
expect-test = "1.0"
expect-test = "1.1"
tracing = "0.1"
tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] }
tracing-tree = { version = "0.1.4" }
Expand Down
2 changes: 1 addition & 1 deletion crates/ide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ completion = { path = "../completion", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }

[dev-dependencies]
expect-test = "1.0"
expect-test = "1.1"
2 changes: 1 addition & 1 deletion crates/ide_db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ test_utils = { path = "../test_utils", version = "0.0.0" }
hir = { path = "../hir", version = "0.0.0" }

[dev-dependencies]
expect-test = "1.0"
expect-test = "1.1"
2 changes: 1 addition & 1 deletion crates/rust-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ proc_macro_srv = { path = "../proc_macro_srv", version = "0.0.0" }
winapi = "0.3.8"

[dev-dependencies]
expect-test = "1.0"
expect-test = "1.1"
test_utils = { path = "../test_utils" }
mbe = { path = "../mbe" }
tt = { path = "../tt" }
2 changes: 1 addition & 1 deletion crates/ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ hir = { path = "../hir", version = "0.0.0" }
test_utils = { path = "../test_utils", version = "0.0.0" }

[dev-dependencies]
expect-test = "1.0"
expect-test = "1.1"
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ profile = { path = "../profile", version = "0.0.0" }
[dev-dependencies]
walkdir = "2.3.1"
rayon = "1"
expect-test = "1.0"
expect-test = "1.1"

0 comments on commit 41454eb

Please sign in to comment.