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
We now have a few public crates that need to be published, as a result of the recently introduced pathfinder-class-hash.
Our current build process is done in two steps:
Tag creation, with draft release and binary building
Manual release
We should add:
A dry run (e.g. cargo publish --dry-run)
The actual publishing to crates.io
Furthermore, we'll also need to explore how to run a project-wide version bump, potentially leveraging just, in a way where Cargo.lock is properly updated after all the affected crates have been adjusted.
The text was updated successfully, but these errors were encountered:
We now have a few public crates that need to be published, as a result of the recently introduced
pathfinder-class-hash
.Our current build process is done in two steps:
We should add:
cargo publish --dry-run
)Furthermore, we'll also need to explore how to run a project-wide version bump, potentially leveraging
just
, in a way whereCargo.lock
is properly updated after all the affected crates have been adjusted.The text was updated successfully, but these errors were encountered: