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/ssr | |
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/ssr')
-rw-r--r-- | crates/ssr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ssr/Cargo.toml b/crates/ssr/Cargo.toml index 339eda86a..cc8136d22 100644 --- a/crates/ssr/Cargo.toml +++ b/crates/ssr/Cargo.toml | |||
@@ -21,4 +21,4 @@ hir = { path = "../hir", version = "0.0.0" } | |||
21 | test_utils = { path = "../test_utils", version = "0.0.0" } | 21 | test_utils = { path = "../test_utils", version = "0.0.0" } |
22 | 22 | ||
23 | [dev-dependencies] | 23 | [dev-dependencies] |
24 | expect-test = "1.0" | 24 | expect-test = "1.1" |