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 stable cargo to get metadata when newer than cargo we actually use #138

Merged
merged 1 commit into from
Dec 29, 2021

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Dec 28, 2021

If failed, try again with the version of cargo we will actually use.

This fixes an error when using old cargo with a dependency graph
containing 2021 edition crates.

Closes #135

@taiki-e taiki-e force-pushed the metadata branch 9 times, most recently from 7e28284 to 1797b46 Compare December 29, 2021 01:56
@taiki-e taiki-e changed the title Use stable cargo to get metadata Use stable cargo to get metadata when newer than cargo we actually use Dec 29, 2021
If failed, try again with the version of cargo we will actually use.

This fixes an error when using old cargo with a dependency graph
containing 2021 edition crates.
@taiki-e
Copy link
Owner Author

taiki-e commented Dec 29, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 29, 2021

Build succeeded:

@bors bors bot merged commit 7e5db5c into main Dec 29, 2021
@bors bors bot deleted the metadata branch December 29, 2021 02:44
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.

Use the latest stable toolchain to get the metadata if installed
1 participant