Skip to content
New issue

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

warning: the following packages contain code that will be rejected by a future version of Rust: winapi v0.2.8 #1026

Open
jjgalway opened this issue Aug 4, 2022 · 0 comments

Comments

@jjgalway
Copy link

jjgalway commented Aug 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant