Add an empty `ctest` crateA bit of a quirk of `release-plz` seems to be that it uses the latestpublished stable Cargo.toml as the workspace root, which makespublishing `ctest` a problem because i
Add an empty `ctest` crateA bit of a quirk of `release-plz` seems to be that it uses the latestpublished stable Cargo.toml as the workspace root, which makespublishing `ctest` a problem because it doesn't exist (and so isn't inthe workspace) with our published `libc`, instead only existing on`main`. Work around this by creating an empty crate named `ctest` sothe `libc-0.2` version of `Cargo.toml` lists it as a workspace member.Link: https://github.com/release-plz/release-plz/issues/2163
show more ...