-
Notifications
You must be signed in to change notification settings - Fork 57
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
Workspace inheritance breaks cargo readme #81
Comments
Consider using the |
Any progress on this Issue? I am very interested in this issue. |
I experience similar problems receiving following errors:
|
Chiming in as someone broken by this: google/zerocopy#1884 |
Same. Inputs:
Output:
You can reproduce with schneems/cache_diff@fff7363 Edit: https://crates.io/crates/cargo-rdme works with this workspace |
schneems
added a commit
to schneems/cache_diff
that referenced
this issue
Oct 28, 2024
The cargo-readme crate does not work with workspaces: webern/cargo-readme#81 The cargo-rdme project seems to handle workspaces with no problems.
schneems
added a commit
to schneems/cache_diff
that referenced
this issue
Oct 28, 2024
* Add bullet stream formatting * Add docs * Switch to cargo-rdme The cargo-readme crate does not work with workspaces: webern/cargo-readme#81 The cargo-rdme project seems to handle workspaces with no problems.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Projects that use workspace inheritance, such as to replace a version in a crate toml with
version.workspace = true
cause cargo readme to error with:Details about workspace inheritance: https://doc.rust-lang.org/cargo/reference/workspaces.html
The text was updated successfully, but these errors were encountered: