diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-04-25 17:16:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 17:16:36 +0530 |
commit | 1a5b6296c5e4d6f9327b9527d94b7ad5d0acbda3 (patch) | |
tree | bb5a8105320c57fc5274494e6343750a7d2c73e2 | |
parent | 8321106b78abf63233fc78f55b47dc5ebc4997e9 (diff) |
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
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |