windows-sys 0.61 uses raw-dylib rather than shipping binary import libraries. This reduces the vendor size and makes cross-compilation easier. * [x] Bootstrap: https://github.com/rust-lang/rust/pull/156006 * [x] Library: https://github.com/rust-lang/rust/pull/155681 * [ ] Compiler * [x] https://github.com/rust-lang/rust/pull/155444 * [x] https://github.com/rust-lang/stacker/pull/145 * [ ] https://github.com/rust-lang/rust/pull/155438 (blocked on perf regression) * [ ] rustc_codegen_gcc: https://github.com/rust-lang/rustc_codegen_gcc/pull/886 (needs sync) * [ ] rustc_codegen_cranelift * [ ] https://github.com/bytecodealliance/wasmtime/issues/13181 * [ ] Cargo * [x] https://github.com/alexcrichton/curl-rust/pull/648 * [ ] Update dependencies * [ ] Rust-analyzer * [x] https://github.com/rust-lang/rust-analyzer/pull/22155 * [ ] Update to notify 0.9 once it releases * [ ] Miri (needs sync) * [x] https://github.com/rust-lang/miri/pull/4976 * [x] https://github.com/rust-lang/miri/pull/5027 * [ ] Rustfmt: https://github.com/rust-lang/rustfmt/pull/6895 * [ ] Clippy: https://github.com/rust-lang/rust-clippy/pull/17000 (needs sync) * [ ] ci-tool * [ ] rustc-perf * [ ] https://github.com/rust-lang/rustc-perf/pull/2477 * [ ] https://github.com/rust-lang/rustc-perf/pull/2478 * [ ] Update ring and reqwest * [ ] Docs * [x] rustbook: https://github.com/rust-lang/rust/pull/156543 * [ ] book * [ ] https://github.com/rust-lang/book/pull/4752 * [ ] Update ring * [ ] Update lockfiles for all listings (optional as they aren't vendored) * [ ] rustc-dev-guide: https://github.com/rust-lang/rustc-dev-guide/pull/2870 (needs sync)
windows-sys 0.61 uses raw-dylib rather than shipping binary import libraries. This reduces the vendor size and makes cross-compilation easier.