sensorfu / cargo-bom

Bill of Materials for Rust Crates
MIT License
16 stars 5 forks source link

Missing Rust 2021 edition support #13

Closed oherrala closed 2 years ago

oherrala commented 2 years ago
% cargo bom
Error: failed to parse manifest at `/Users/oherrala/rust/cargo-bom/Cargo.toml`

Caused by:
    feature `edition2021` is required

    The package requires the Cargo feature called `edition2021`, but that feature is not stabilized in this version of Cargo (1.55.0).
    Consider adding `cargo-features = ["edition2021"]` 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#edition-2021 for more information about the status of this feature.
oherrala commented 2 years ago

Fixed in a4d24aac73764c0dac263bf65039a52d8d98f817