From 64b8a8184b4fbc547e157fbf7f4e6e194fe32cbf Mon Sep 17 00:00:00 2001 From: Be Wilson Date: Sun, 28 Jan 2024 20:06:55 -0600 Subject: [PATCH] do not publish cc-test crate --- cc-test/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cc-test/Cargo.toml b/cc-test/Cargo.toml index 2b2013e50..66f2d0144 100644 --- a/cc-test/Cargo.toml +++ b/cc-test/Cargo.toml @@ -3,6 +3,7 @@ name = "cc-test" version = "0.1.0" authors = ["Alex Crichton "] edition = "2018" +publish = false [lib] name = "cc_test"