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

Use rustup run <toolchain> instead of cargo +<toolchain> #209

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Sep 7, 2023

Work around a rustup bug (rust-lang/rustup#3036) on Windows. (Unfortunately, the problem still exists if a workaround is not used: https://github.com/taiki-e/cargo-hack/actions/runs/6111021546/job/16585330408)

I had already addressed this in my other project about a year ago (taiki-e/cargo-minimal-versions@84848e3), but in this project it was delayed for a long time because the mechanism for testing compatibility with the old Cargo was a bit complicated.

@taiki-e taiki-e force-pushed the version-range branch 4 times, most recently from b0e4b4b to e17c882 Compare September 7, 2023 15:42
@taiki-e taiki-e merged commit a41bff4 into main Sep 7, 2023
24 checks passed
@taiki-e taiki-e deleted the version-range branch September 7, 2023 16:08
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

Successfully merging this pull request may close these issues.

None yet

1 participant