chore(tools): add cargo-auditable#741
chore(tools): add cargo-auditable#741taiki-e merged 10 commits intotaiki-e:mainfrom simonsan:chore/tools/cargo-auditable
Conversation
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
Co-authored-by: Taiki Endo <te316e89@gmail.com>
Co-authored-by: Taiki Endo <te316e89@gmail.com>
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
|
Regenerated the manifest, should be ready to go. 👍🏽 |
|
It seems to be failing in Windows. https://github.com/taiki-e/install-action/actions/runs/11779914031/job/32809380176?pr=741#step:8:51 (I think failures in test-container is an issue that needs to be addressed on my end.) |
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
|
Should be fixed with the latest commit, it seems the folder hierarchy is different in the zip than the other one's ... |
I found out that this is actually not a problem on our end, but because cargo-auditable does not support --version flag and tries to forward the input to Cargo in all cases. For example, in the following case, the output shows the version of Cargo, not the version of cargo-auditable itself. https://github.com/taiki-e/install-action/actions/runs/11790926857/job/32842147226#step:8:72
@simonsan Could you add cargo-auditable to the following branch to address this issue? Lines 792 to 793 in f725b9a |
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
|
Added it 👍🏽 |
|
Thanks. I think the remaining CI failure will be fixed by regenerating the manifest. |
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
|
Published in 2.45.0. |
Closes #740