backtrace-rs icon indicating copy to clipboard operation
backtrace-rs copied to clipboard

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

Open nyurik opened this issue 1 year ago • 6 comments

Run

cargo +nightly -Z unstable-options update --breaking
cargo update

nyurik avatar Aug 02 '24 22:08 nyurik

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

workingjubilee avatar Aug 02 '24 23:08 workingjubilee

can this be cut back to just the bindgen change?

workingjubilee avatar Aug 02 '24 23:08 workingjubilee

merge conflicts

workingjubilee avatar Aug 24 '24 20:08 workingjubilee

addr2line was updated in #638.

atouchet avatar Aug 27 '24 01:08 atouchet

I revised this to only bump miniz_oxide and libloading crates.

nyurik avatar Aug 28 '24 03:08 nyurik

I just rebased this PR - the only change now is the libloading 0.7 -> 0.8, plus some lock updates. It builds fine locally, but CI is having some strange issues, esp with nightly?

nyurik avatar Sep 29 '24 00:09 nyurik