libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
122 stars 25 forks source link

Bump minimum supported Rust version to 1.69 #855

Closed d-e-s-o closed 1 month ago

d-e-s-o commented 1 month ago

Bump the minimum supported Rust version to 1.69. Switching to this version will allow us to use CStr::from_bytes_until_nul().

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.78%. Comparing base (df3b5dd) to head (d286b3b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #855 +/- ## ======================================= Coverage 94.78% 94.78% ======================================= Files 52 52 Lines 9895 9895 ======================================= Hits 9379 9379 Misses 516 516 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.