History log of /rust-libc-0.2.174/ctest/src/lib.rs (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.2.174, 0.2.173, 0.2.172, ctest-v0.4.11
# a45a6c3f 03-Apr-2025 Trevor Gross <[email protected]>

Add an empty `ctest` crate

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 i

Add an empty `ctest` crate

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: https://github.com/release-plz/release-plz/issues/2163

show more ...