rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

Update `libloading` dev dep, run `cargo update` #650

Open nyurik opened 1 month ago

nyurik commented 1 month ago

Run

cargo +nightly -Z unstable-options update --breaking
cargo update
workingjubilee commented 1 month ago

this doesn't mean we have added a third version of addr2line when the submodule is updated in std, does it?

workingjubilee commented 1 month ago

can this be cut back to just the bindgen change?

workingjubilee commented 2 weeks ago

merge conflicts

atouchet commented 2 weeks ago

addr2line was updated in #638.

nyurik commented 2 weeks ago

I revised this to only bump miniz_oxide and libloading crates.