winapi-rs
winapi-rs copied to clipboard
warning: the following packages contain code that will be rejected by a future version of Rust: winapi v0.2.8
entry in Cargo.lock [[package]] name = "kernel32-sys" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" dependencies = [ "winapi 0.2.8", "winapi-build", ]
error on compile warning: the following packages contain code that will be rejected by a future version of Rust: winapi v0.2.8
rustc 1.62.1 (e092d0b6b 2022-07-16)
If I change to cargo.lock to 0.3.9 and do a quick compile it works.