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
When trying to publish the first version of a large workspace, I ran into the error message introduced in #545.
My plan was to do a cargo release --no-publish to bump all the version numbers then publish manually to avoid rate limits, but it seems like verify_rate_limit() gets called even when you won't push to crates.io.
$ cargo release 0.2.0-rc.1 --execute --no-publisherror: attempting to publish 18 new crates which is above the crates.io rate limit
The text was updated successfully, but these errors were encountered:
When trying to publish the first version of a large workspace, I ran into the error message introduced in #545.
My plan was to do a
cargo release --no-publish
to bump all the version numbers then publish manually to avoid rate limits, but it seems likeverify_rate_limit()
gets called even when you won't push to crates.io.The text was updated successfully, but these errors were encountered: