mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
92e8bf864b
Update backtrace and windows-bindgen Supersedes the backtrace bump in rust-lang/rust#151659 This is mostly just renaming `windows_targets` to `windows_link` but it needs to be done in tandem with the backtrace submodule update. The reason for doing this is that backtrace is both copy/pasted into std (via being a submodule) and published as an independent crate.