diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-28 13:47:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-28 13:47:53 +0100 |
commit | 32b089d6ec8e0ede0871f201437d16efd341b150 (patch) | |
tree | 8637a952f4f24f243c07ec8bccbb1d590859108c /crates/ssr | |
parent | 7183d72fa1b24f1ffe9960e9959d20d9b885ae3c (diff) | |
parent | c692b5d76d7a9c01643f1f4be3fa8c777a9b0adb (diff) |
Merge #5907
5907: :arrow_up: expect-test
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[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 6f0f53d70..408140014 100644 --- a/crates/ssr/Cargo.toml +++ b/crates/ssr/Cargo.toml | |||
@@ -22,4 +22,4 @@ hir = { path = "../hir", version = "0.0.0" } | |||
22 | test_utils = { path = "../test_utils", version = "0.0.0" } | 22 | test_utils = { path = "../test_utils", version = "0.0.0" } |
23 | 23 | ||
24 | [dev-dependencies] | 24 | [dev-dependencies] |
25 | expect-test = "0.1" | 25 | expect-test = "1.0" |