This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Commit fe1fbf1
committed
Update to difference v2.0
This updates the difference dependency to version 2, which introduces a
slightly rewritten difference algorithm and was failing tests for some
crates (including this one). Hence the major version bump.
The failing test in this case was just some white space being prepended
to the output (presumably because difference added an empty string to the
beginning of its output before), so that looks more like a fix to me.1 parent 3bc9787 commit fe1fbf1
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments