From 1a5b6296c5e4d6f9327b9527d94b7ad5d0acbda3 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 25 Apr 2024 17:16:36 +0530 Subject: chore: fix cargo publish CI (#23550) The `cargo-publish` CI is failing https://github.com/denoland/deno/actions/runs/8830423538/job/24243524040#step:7:5180 --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 97704b201..761be4d06 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -6,6 +6,7 @@ version = "1.43.0" authors.workspace = true default-run = "deno" edition.workspace = true +exclude = ["bench/testdata/lsp_benchdata/"] license.workspace = true repository.workspace = true description = "Provides the deno executable" -- cgit v1.2.3