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

feat: add unstable inheritance #2699

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: add unstable inheritance #2699

wants to merge 1 commit into from

Conversation

prabhatsharma
Copy link
Contributor

@prabhatsharma prabhatsharma commented Feb 14, 2024

This adds unstable inheritance to the package which allows generating sbom by running command like:

$ cargo-cyclonedx cyclonedx

and remove errors like below

The package requires the Cargo feature called `workspace-inheritance`, but that feature is not stabilized in this version of Cargo (1.63.0).
       Consider adding `cargo-features = ["workspace-inheritance"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature.
       See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about the status of this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant