diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-03 13:54:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-03 13:54:53 +0000 |
commit | 41454eb1ebc87c0f35d247bfb600e775abe022f4 (patch) | |
tree | 42b32f76e7cefa87d05719f3a7e19530d8dc7bab /crates/syntax | |
parent | b47c63a4bcefe93be3e5fe97b2a57489f13da493 (diff) | |
parent | c7e0c7f43aac177d04da1e535bf7bd6245454f43 (diff) |
Merge #7139
7139: Upgrade expect-test to 1.1 r=matklad a=Jesse-Bakker
Co-authored-by: Jesse Bakker <[email protected]>
Diffstat (limited to 'crates/syntax')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 5d8389ade..181077944 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -33,4 +33,4 @@ profile = { path = "../profile", version = "0.0.0" } | |||
33 | [dev-dependencies] | 33 | [dev-dependencies] |
34 | walkdir = "2.3.1" | 34 | walkdir = "2.3.1" |
35 | rayon = "1" | 35 | rayon = "1" |
36 | expect-test = "1.0" | 36 | expect-test = "1.1" |