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
I'd like to be able to use cargo release with the --dependent-version fix option.
Context: When releasing all crates from a workspace at once (related to #53), there are some dependencies between the crates (and circular dev-dependencies, with this workaround for now), and bumping dependent versions breaks the build. Concrete example: arkworks-rs/algebra.
I understand that not all options can be supported, else the action would break, but I think this is an option that shouldn't affect the result.
The text was updated successfully, but these errors were encountered:
I'd like to be able to use
cargo release
with the--dependent-version fix
option.Context: When releasing all crates from a workspace at once (related to #53), there are some dependencies between the crates (and circular dev-dependencies, with this workaround for now), and bumping dependent versions breaks the build. Concrete example: arkworks-rs/algebra.
I understand that not all options can be supported, else the action would break, but I think this is an option that shouldn't affect the result.
The text was updated successfully, but these errors were encountered: