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
Thank you for the report and the reproduction @rvolosatovs ! The issue was due to not deduping between discovered and declared bin targets, should be fixed with #755!
Describe the bug
An upgrade from da87d1a to 76d64e7 introduced a regression for a crate with multiple binaries with following structure:
This is likely caused by #752
Reproduction
here's an example crate that breaks:
https://github.com/rvolosatovs/nixify/tree/379112688c027532fd956444b284ade07e83aea8/examples/rust-hello-multibin
refs rvolosatovs/nixify#314
The text was updated successfully, but these errors were encountered: