From 4d3b5a228b7c41ffd4ce346082f560af84babc7d Mon Sep 17 00:00:00 2001 From: Benjamin Fry Date: Fri, 2 Jun 2023 15:04:29 -0700 Subject: [PATCH] compatibility crate should not publish --- tests/compatibility-tests/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/compatibility-tests/Cargo.toml b/tests/compatibility-tests/Cargo.toml index 998abb3082..690155502c 100644 --- a/tests/compatibility-tests/Cargo.toml +++ b/tests/compatibility-tests/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "trust-dns-compatibility" +publish = false # A short blurb about the package. This is not rendered in any format when # uploaded to crates.io (aka this is not markdown)