cargo publish
fails building even after successful cargo build --release
#14661
Labels
cargo publish
fails building even after successful cargo build --release
#14661
Problem
Hello. As the title says, I have released a new version of my package, though
cargo publish
fails. All the checks pass, builds are passing, but onlycargo publish
won't pass. I have implemented a Clone trait for my struct, and I'm runningself.writer.1.clone()
on another module, though it fails. I'm talking about: https://github.com/dd-dreams/aft/blob/2021421ea77881f0d0fecd268a081580eb7bdc97/aft-crypto/src/data.rs#L126, https://github.com/dd-dreams/aft/blob/2021421ea77881f0d0fecd268a081580eb7bdc97/aft/src/sender.rs#L310.I receive this error:
Steps
cargo publish --dry-run -p aft
.Possible Solution(s)
No response
Notes
No response
Version
No response
The text was updated successfully, but these errors were encountered: