generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels