mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
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:
parent
8321106b78
commit
1a5b6296c5
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue