-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Windows: failed when running cargo-doc; no such subcommand: +nightly
#116
Comments
Ah, looks like there is an issue: rust-lang/rustup#3036 |
Wow, thanks for the instant response! 🚀 That's unfortunate, but at least good to hear it's a known issue. Might then need to wait until rustup resolves this... In the meantime, I might play around with the CI a bit. The GitHub Action seems to have no option to specify the base version, right? Let's say I'm working on v1.7 and want to check compatibility with v1.6, but v2.2 has already been released -- will that infer v1.7 from the current |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I also have this issue on Linux when installing rust directly through nix, since it doesn't involve rustup at all. Would it be possible to check if cargo is run through rustup before using the |
Another option is for us to switch to stable via |
Steps to reproduce the bug with the above code
On Windows 10:
git clone https://github.com/Bromeon/js-sandbox.git cd js-sandbox cargo semver-checks check-release -p js-sandbox
Actual Behaviour
Expected Behaviour
Getting output about semver compatibility, or at least a logic-related error.
Additional Context
I tried with both cargo-semver-checks versions 0.9.1 and 0.9.2, same results.
I also tried alternative ways to invoke Cargo:
It works when I run it on WSL2 (Linux) from the same Windows machine.
Debug Output
Software version
cargo-semver-checks 0.9.2
Operating system
Windows 6.2.9200
Command-line
cargo nightly version
Compile time information
The text was updated successfully, but these errors were encountered: