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
Coherently handle the publish and the version entries in each package (#1167)
This commit set the `publish` key in each package to `false` and sets
the version to `0.0.0`, to explicitly the mark the package as not
publishable, as documented in
https://doc.rust-lang.org/cargo/reference/manifest.html#the-publish-field.
The main motivation for this change is to prevent certain packages
from being published by mistake, either manually or in light of a
future publishing mechanism.
0 commit comments