Closed Shnatsel closed 5 months ago
Fix clunky API that led to https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/722 so that it never happens again
In the long run we'll want to remove #[non_exhaustive] from SpecVersion, but that's a semver-breaking change.
#[non_exhaustive]
SpecVersion
Fix clunky API that led to https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/722 so that it never happens again
In the long run we'll want to remove
#[non_exhaustive]
fromSpecVersion
, but that's a semver-breaking change.