Commit a45a6c3
committed
Add an empty
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#2163ctest crate1 parent 5f6db4c commit a45a6c3
3 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments