Skip to content

Add support for wildcard dependencies for bin crates #660

@nitnelave

Description

@nitnelave

I'm publishing crates for my app (https://github.com/lldap/lldap) to facilitate debian packaging. I was trying to use your action, but I immediately ran into:
Error: Error: Missing dependency 'anyhow' version field

This is fine as an error for libs, but for bin crates it's okay (the dependencies are locked in the checked-in Cargo.lock).

Right now I'm working around the error by setting specific versions in Cargo.toml, but it's not ideal (I'd like to be able to do cargo update and update all my dependencies).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions