You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing cargo-bom needs is a Cargo.toml file with [[bin]] specified.
An option is to just download a Cargo.toml file from this repository, maybe matching a release tag (but maybe it is available in the registry index somewhere?) and run cargo bom on that.
But I prefer not to download anything if possible, as then I probably need to add a dependency on a http package... Only for the build.rs file.
Install with
cargo install --force sic
fails;Probably because if you use cargo install, no cargo.lock is available to run cargo-bom upon?
Temporary resolution:
cargo yank --vers 0.7.1
Build log:
The text was updated successfully, but these errors were encountered: