Closed danielocfb closed 11 months ago
This change updates the addr2line dependency to 0.21. To prevent version mismatch, also update gimli to 0.28, as it's part of addr2line's public API surface and needs to match what retsnoop itself uses, because objects are exchanged.
Please note that I haven't tested this change other than make sure that it builds (I don't have a good handle on how to test manually).
Thanks a lot!
This change updates the addr2line dependency to 0.21. To prevent version mismatch, also update gimli to 0.28, as it's part of addr2line's public API surface and needs to match what retsnoop itself uses, because objects are exchanged.