From 3e80a7ad7720abce60394ad0c38dec08c0088b36 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Thu, 30 Mar 2023 22:28:56 +0200 Subject: [PATCH] Skip publishing testing crate --- boa_testing/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/boa_testing/Cargo.toml b/boa_testing/Cargo.toml index fbc4e84ef03..12b4bf7a143 100644 --- a/boa_testing/Cargo.toml +++ b/boa_testing/Cargo.toml @@ -2,6 +2,7 @@ name = "boa_testing" description = "Helper crate for Boa testing." keywords = ["javascript", "js", "testing"] +publich = false version.workspace = true edition.workspace = true authors.workspace = true