Closed lu-zero closed 1 year ago
Merging #116 (3095e0e) into master (617c9fc) will decrease coverage by
0.01%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #116 +/- ##
==========================================
- Coverage 97.25% 97.25% -0.01%
==========================================
Files 11 10 -1
Lines 13255 13254 -1
==========================================
- Hits 12891 12890 -1
Misses 364 364
We could close this just because with 1.0.184 the precompiled approach has been reverted.
Luckily we can :)
serde 1.0.172 and up rely on opaque non-reproducible binary blobs to function on certain targets, explicitly not providing a library-level opt-out.
This is problematic for some reasons, those that I consider more problematic:
See serde-rs/serde#2538 for the full discussion.