-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo publish fails with an error #139
Comments
Thanks to @ayosec the author of bash-builtins that took some time to investigate this bug it seems that cargo auditable is unable to publish crates with
Rust has been updated to latest :
cargo auditable hasn't changed and is still 0.6.2. |
Problem description
Hi,
I have two small projects [1] [2] using bash-builtins crate and can not publish them to crates.io as cargo publish command used along with the alias
alias cargo="cargo auditable"
does throw the following error:Thanks to Ed Page remarks in cargo issue 13642 I managed to figure out that running without auditable (
\cargo publish
) just gets the job done.[1] cpubind-bash-builtin
[2] createdir
I do not know how to go further to provide more trace or logs or anything that could help. Please let me know how I can help more here (and also if my explanations need more precision)
Versions
The text was updated successfully, but these errors were encountered: