We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bacd9d8 + a45a6c3 commit a2d7c3bCopy full SHA for a2d7c3b
Cargo.toml
@@ -151,4 +151,7 @@ align = []
151
use_std = ['std']
152
153
[workspace]
154
-members = ["libc-test"]
+members = [
155
+ "ctest",
156
+ "libc-test",
157
+]
ctest/Cargo.toml
@@ -0,0 +1,10 @@
1
+# This is a dummy package so the published stable `libc` can have `ctest` in
2
+# the workspace, which works around <https://github.com/release-plz/release-plz/issues/2163>.
3
+
4
+[package]
5
+name = "ctest"
6
+version = "0.1.0"
7
+edition = "2021"
8
+publish = false
9
10
+[dependencies]
ctest/src/lib.rs
@@ -0,0 +1 @@
0 commit comments