Update Rust crate backtrace to v0.3.73 #15275
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.69
->0.3.73
0.3.69
->0.3.73
Release Notes
rust-lang/backtrace-rs (backtrace)
v0.3.73
Compare Source
This basically just is bugfixes so that backtrace works on Windows 7 again.
What's Changed
New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.72...0.3.73
v0.3.72
Compare Source
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
object
andaddr2line
dependencies by @a1phyr in https://github.com/rust-lang/backtrace-rs/pull/612libbacktrace
andgimli-symbolize
features by @Enselic in https://github.com/rust-lang/backtrace-rs/pull/615New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72
v0.3.71
Compare Source
This is mostly CI changes, with a very mild bump to our effective cc crate version recorded, and a small modification to a previous changeset to allow backtrace to run at its current checked-in MSRV on Windows. Sorry about that! We will be getting 0.3.70 yanked shortly.
What's Changed
New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.70...0.3.71
v0.3.70
Compare Source
New API
BacktraceFrame
can now haveresolve(&mut self)
called on it thanks to @fraillt in https://github.com/rust-lang/backtrace-rs/pull/526Platform Support
We added support for new platforms in this release!
Windows
thumbv7a-*-windows-msvc
targets by @kleisauke in https://github.com/rust-lang/backtrace-rs/pull/573SGX
Thanks to
Internals
We did a bunch more work on our CI and internal cleanups
addr_of!
by @GrigorenkoPV in https://github.com/rust-lang/backtrace-rs/pull/585symbolize/gimli/stash.rs
by @onur-ozkan in https://github.com/rust-lang/backtrace-rs/pull/586New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.69...0.3.70
Configuration
📅 Schedule: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
Release Notes: