0.3.72
This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.
If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.
What's Changed
- Revert "Use rustc from stage0 instead of stage0-sysroot (rust-lang/ba… by @Nilstrieb in #603
- Remove dead code by @ChrisDenton in #605
- Fix CI and remove rustc-serialize by @ChrisDenton in #596
- Use correct base address and update comment by @ChrisDenton in #604
- Windows AArch64: Break out of tracing when no longer making progress by @dpaoliello in #610
- Remove obsolete rustc-serialize references by @atouchet in #614
- Update
object
andaddr2line
dependencies by @a1phyr in #612 - Fix tests for rust 1.79 by @workingjubilee in #621
- Remove unused
libbacktrace
andgimli-symbolize
features by @Enselic in #615 - remove some instances of dead_code by @klensy in #619
- Reduce panics in dbghelp by @ChrisDenton in #608
- Add Apple visionOS support by @QuentinPerez in #613
- Update cc crate to v1.0.97 by @jfgoog in #623
- chore: add docs for the global re-entrant lock by @Gankra in #609
- Test with lld-compatible args by @workingjubilee in #627
- Bump rustc-demangle version by @michaelwoerister in #624
- cleanup dead_code around cpp_demangle feature by @klensy in #622
- Cut backtrace 0.3.72 by @workingjubilee in #628
New Contributors
- @Enselic made their first contribution in #615
- @QuentinPerez made their first contribution in #613
- @Gankra made their first contribution in #609
Full Changelog: 0.3.71...0.3.72