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
Currently our github workflow generates binary artifacts and cargo crate. The workflow takes care of the versioning for the artifacts, but it does not update the versioning for the cargo crate (in the cargo.toml file), so there's a mismatch of version numbers between these -- and, if cargo.toml is not updated with the right version, the pipeline fails to publish the crate.
Investigate and propose a reasonable way to sync versioning.
The text was updated successfully, but these errors were encountered:
Currently our github workflow generates binary artifacts and cargo crate. The workflow takes care of the versioning for the artifacts, but it does not update the versioning for the cargo crate (in the
cargo.toml
file), so there's a mismatch of version numbers between these -- and, ifcargo.toml
is not updated with the right version, the pipeline fails to publish the crate.Investigate and propose a reasonable way to sync versioning.
The text was updated successfully, but these errors were encountered: