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

rust-version.workspace does not work #165

Closed
vilgotf opened this issue Sep 22, 2022 · 2 comments · Fixed by #166
Closed

rust-version.workspace does not work #165

vilgotf opened this issue Sep 22, 2022 · 2 comments · Fixed by #166
Labels
C-bug Category: related to a bug. C-enhancement Category: A new feature or an improvement for an existing one

Comments

@vilgotf
Copy link

vilgotf commented Sep 22, 2022

The new Cargo 1.64 <key>.workspace syntax does not work with cargo-hack (errors with the message below)

failed to parse `rust-version` field from manifest
@taiki-e
Copy link
Owner

taiki-e commented Sep 22, 2022

Thanks for the report. Workspace Inheritance (rust-lang/cargo#10859) is just become available today in stable version and is not yet supported in cargo-hack.

@taiki-e taiki-e added the C-enhancement Category: A new feature or an improvement for an existing one label Sep 22, 2022
@taiki-e taiki-e added the C-bug Category: related to a bug. label Sep 22, 2022
@bors bors bot closed this as completed in d1865af Sep 22, 2022
@taiki-e
Copy link
Owner

taiki-e commented Sep 22, 2022

Fixed in 0.5.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: related to a bug. C-enhancement Category: A new feature or an improvement for an existing one
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants