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
This commit is contained in:
Divy Srivastava 2024-04-25 17:16:36 +05:30 committed by GitHub
parent 8321106b78
commit 1a5b6296c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"