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
This will be a bigger project. There are lots of things that can go wrong with publishing and cargo publish --dry-run does not support our needs. We need to check if everything would work under the assumption that path dependencies get released.
We should also think about possibly having this be available as a cargo command to support checking locally before pushing.
The text was updated successfully, but these errors were encountered:
This will be a bigger project. There are lots of things that can go wrong with publishing and
cargo publish --dry-run
does not support our needs. We need to check if everything would work under the assumption that path dependencies get released.We should also think about possibly having this be available as a cargo command to support checking locally before pushing.
The text was updated successfully, but these errors were encountered: