diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-12-25 17:41:17 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-12-25 17:41:17 +0300 |
| commit | 5d01f2550d60bb1abdd1ac5439f9b8c4133bc144 (patch) | |
| tree | ba9149a84cd5b67dfdfd467a0e2fcf7c13303d48 | |
| parent | 7b7a1ed062edd438caa824b6a71aaaa56b48e7d4 (diff) | |
| download | rust-5d01f2550d60bb1abdd1ac5439f9b8c4133bc144.tar.gz rust-5d01f2550d60bb1abdd1ac5439f9b8c4133bc144.zip | |
:arrow_up: expect test
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7d6446ea6b8..67d1bc8d2bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,9 +346,9 @@ dependencies = [ [[package]] name = "expect-test" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc5e8bf4af3ae147a7797c5d0566d9f038e49179213e29f44ddb031aea96c7" +checksum = "7e3e6b28dccda91d8742195c71fbda412112c0c77febf56bf3d895d68b19db16" dependencies = [ "dissimilar", "once_cell", |
