Skip to content

Upgrade ruzstd, object, and addr2line to the latest versions #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Jun 10, 2025

object released a breaking change with adjustments to elf::R_RISCV_GNU_* and pe::IMAGE_WEAK_EXTERN_* constants, as well as a changed API for Mach-O dyld. None of these are relevant to our use.

ruzstd moved some API around to account for compression support, the only required update for us is to change import paths.

addr2line only bumped the gimli version, which includes an update that will help us drop the crates.io compiler-builtins dependency from the standard library.

Object changelog: https://github.com/gimli-rs/object/blob/master/CHANGELOG.md#0370
Ruzstd changelog: https://github.com/KillingSpark/zstd-rs/releases/tag/v0.8.0
Addr2line changelog: https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md#0250-20250611

@tgross35
Copy link
Contributor Author

...nevermind, looks like we do touch the new ruzstd api

`object` released a breaking change with adjustments to
`elf::R_RISCV_GNU_*` and `pe::IMAGE_WEAK_EXTERN_*` constants, as well as
a changed API for Mach-O dyld. None of these are relevant to our use.

`ruzstd` moved some API around to account for compression support, the
only required update for us is to change import paths.

`addr2line` only bumped the gimli version, which includes an update that
will help us drop the crates.io compiler-builtins dependency from the
standard library.

Object changelog: https://github.com/gimli-rs/object/blob/master/CHANGELOG.md#0370
Ruzstd changelog: https://github.com/KillingSpark/zstd-rs/releases/tag/v0.8.0
Addr2line changelog: https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md#0250-20250611
@tgross35 tgross35 force-pushed the upgrade-dependencies branch from 91bdd25 to 17d49a9 Compare June 11, 2025 20:13
@tgross35 tgross35 changed the title Upgrade ruzstd and object to the latest version Upgrade ruzstd, object, and addr2line to the latest versions Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant