We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: