Improved
v0.26.0-beta.0
What's Changed
libbpf-rs
- Added
target_obj_idandtarget_btf_idfields toTracingLinkInfoto expose BTF information directly from kernel queries - Removed previously deprecated
Program::get_id_by_fdmethod - Bumped minimum Rust version to
1.82
libbpf-cargo
- Moved BPF object content in generated skeletons into
.bpf.objssection allowing easy extraction from the final binary - Bumped minimum Rust version to
1.82
New Contributors
- @Phoenix500526 made their first contribution in https://github.com/libbpf/libbpf-rs/pull/1186
- @frobware made their first contribution in https://github.com/libbpf/libbpf-rs/pull/1193
Full Changelog: https://github.com/libbpf/libbpf-rs/compare/v0.25.0...v0.26.0-beta.0