Replies: 1 comment
-
Ideally, we reduce the number of version bumps that trickle up the dependency chain so we can release more crates individually without triggering a release for the entire workspace. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a shout into the void in case this is useful in any way. During the v0.50.0 release I hit the crates.io rate limit of max 30 crates per minute (rust-lang/crates.io#1643).
My workaround was to do two rounds of publishing, one with 30 crates and one with the remaining.
I think this is fine. I don't think we need to reduce the number of crates that we have due to this.
Beta Was this translation helpful? Give feedback.
All reactions