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 #676

Closed
frederikhors opened this issue Jul 31, 2022 · 6 comments
Assignees
Milestone

Comments

@frederikhors
Copy link

Installing it on Windows with cargo install cargo-make it works but prints this warning:

warning: the following packages contain code that will be rejected by a future version of Rust: winapi v0.2.8
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
@sagiegurari
Copy link
Owner

I don't use that directly. what rust version do you use?

@frederikhors
Copy link
Author

rustup 1.25.1 (bb60b1e89 2022-07-12)
info: The currently active `rustc` version is `rustc 1.62.1 (e092d0b6b 2022-07-16)`

@sagiegurari
Copy link
Owner

@frederikhors this is due to the ftp crate i'm using in duckscript for ftp commands.
the project feels abandoned, so I'll probably move to another crate. maybe suppaftp

@sagiegurari sagiegurari added this to the 0.35.16 milestone Aug 8, 2022
@sagiegurari
Copy link
Owner

@frederikhors this should be resolved now. i can't be 100% sure since i don't have windows, but i believe based on the signals i'm seeing. if its not, feel free to reopen.

@frederikhors
Copy link
Author

I can confirm it works now.

@sagiegurari
Copy link
Owner

thanks

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

No branches or pull requests

2 participants