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 1.64 workspace dependencies don't work #187

Closed
justinmmott opened this issue Sep 22, 2022 · 1 comment · Fixed by #191
Closed

rust 1.64 workspace dependencies don't work #187

justinmmott opened this issue Sep 22, 2022 · 1 comment · Fixed by #191

Comments

@justinmmott
Copy link

justinmmott commented Sep 22, 2022

Caused by:
  error reading `dependencies.serde` from workspace root manifest's `workspace.dependencies.serde`

Caused by:
  `workspace.dependencies` was not defined

in the target/test/crate_name/Cargo.toml file there is a [workspace] appended to the end which seems to be cause part of the issue

@dtolnay
Copy link
Owner

dtolnay commented Sep 22, 2022

Fixed in trybuild 1.0.65.

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 a pull request may close this issue.

2 participants