Skip to content

Version 0.20.0 (2024-01-31)

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 20:12
· 111 commits to main since this release

Release Notes

  • Fixed several issues when printing error codes on Windows, Linux and macOS
  • Fixed the debug id of modules looked up via code info, these now report the
    correct debug id for the module
  • The dump_syms option was removed, support for stack-walking and
    symbolication using native debug information is mature enough that we don't
    need it anymore
  • The minidump crate doesn't force its dependents to use the same version of
    memmap2 that it's using
  • Updated several dependencies to remove old crates and duplications

Install minidump-stackwalk 0.20.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-minidump/rust-minidump/releases/download/v0.20.0/minidump-stackwalk-installer.sh | sh

Download minidump-stackwalk 0.20.0

File Platform Checksum
minidump-stackwalk-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minidump-stackwalk-x86_64-apple-darwin.tar.xz Intel macOS checksum
minidump-stackwalk-x86_64-pc-windows-msvc.zip x64 Windows checksum
minidump-stackwalk-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
minidump-stackwalk-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum