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
A bit of a quirk of `release-plz` seems to be that it uses the latest
published stable Cargo.toml as the workspace root, which makes
publishing `ctest` a problem because it doesn't exist (and so isn't in
the workspace) with our published `libc`, instead only existing on
`main`. Work around this by creating an empty crate named `ctest` so
the `libc-0.2` version of `Cargo.toml` lists it as a workspace member.
Link: release-plz/release-plz#2163
0 commit comments