-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cargo plugin sub commands no longer work in nightly version #5212
Comments
Yep, that's a known issue that I've broken all subcommands on nightly :-( The issue is already fixed in Cargo, the PR with Cargo update to rust-lang/rust is rust-lang/rust#49182 |
Looks like rust-lang/rust#49182 merged a couple of days ago, although I'm not sure which nightly it'll ride -- with |
@matklad when can we expect a fix for this? I tried the latest nightly and its still failing. |
@sagiegurari It looks like a new nightly has been pushed with the update to cargo. |
Thanks @ehuss you are right. Works great now. |
All subcommands that come from external crates stopped working with the latest nightly cargo.
rustc --version
rustc 1.26.0-nightly (a04b88d19 2018-03-19)
rustup --version
rustup 1.11.0 (e751ff9f8 2018-02-13)
cargo --version
cargo 1.26.0-nightly (d6c3983 2018-03-16)
See build example: https://travis-ci.org/sagiegurari/cargo-make/jobs/355826819#L530
The text was updated successfully, but these errors were encountered: