rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
524 stars 240 forks source link

Fix CI #582

Closed saethlin closed 6 months ago

saethlin commented 7 months ago

The previous version of rustc-serialize in here doesn't build anymore due to closing a soundness hole.

ChrisDenton commented 7 months ago

Hm, why are we still using rustc-serialize?

Noratrieb commented 7 months ago

I already opened a PR #580 :D

Hm, why are we still using rustc-serialize?

backwards compat probably :D

saethlin commented 7 months ago

The musl test fails starting with nightly-2023-06-08 which indicates that https://github.com/rust-lang/rust/pull/111698 is the source of the "breakage".

saethlin commented 7 months ago

:partying_face:

saethlin commented 6 months ago

@ChrisDenton ping