anakryiko / btfdump

BTF introspection tool
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

Release with updated dependencies #8

Closed ajwerner closed 1 year ago

ajwerner commented 1 year ago

When I use the "0.0.2" version, I see the stale Cargo.toml and get an ancient object crate version. It seems like the 0.0.2 tag is missing on github. Any chance you can either cut another release or verify that crates.io sees the newer dependencies.

See https://crates.io/crates/btfdump/0.0.2/dependencies.

anakryiko commented 1 year ago

Pushed v0.0.2 tag (retroactively). Also cut v0.0.3 with updated Cargo.toml (as of May, so might be a bit outdated already), but also support for ENUM64 BTF kinds. Release: https://github.com/anakryiko/btfdump/releases/tag/v0.0.3, crates.io: https://crates.io/crates/btfdump/0.0.3

If some of the dependencies are still too old, please feel free to send PR my way, I'll land it no problem. Thanks!

ajwerner commented 1 year ago

Thank you!

tamird commented 1 year ago

Thanks @anakryiko -- looks like the object version is still a bit too old. I sent https://github.com/anakryiko/btfdump/pull/9 to automate these chores going forward. Thanks again.