Commit b945d3a
Merge #448
448: Fix the build issues introduced by latest serde patch r=irevoire a=bidoubiwa
In the latest serde patch version a breaking change led to a build error.
By installing the project for the first time, the latest patch versions are installed. This is not the case in an already existing project unless `cargo update` is ran.
Co-authored-by: Charlotte Vermandel <[email protected]>2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments