From d01a1440e4dbf3ee18ec698f9384032f052b9e2b Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Thu, 30 Mar 2023 23:09:11 +0200 Subject: [PATCH] Update boa_testing/Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Julián Espina --- boa_testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa_testing/Cargo.toml b/boa_testing/Cargo.toml index 12b4bf7a143..0367b1ab896 100644 --- a/boa_testing/Cargo.toml +++ b/boa_testing/Cargo.toml @@ -2,7 +2,7 @@ name = "boa_testing" description = "Helper crate for Boa testing." keywords = ["javascript", "js", "testing"] -publich = false +publish = false version.workspace = true edition.workspace = true authors.workspace = true