mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -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
|
authors.workspace = true
|
||||||
default-run = "deno"
|
default-run = "deno"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
exclude = ["bench/testdata/lsp_benchdata/"]
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
description = "Provides the deno executable"
|
description = "Provides the deno executable"
|
||||||
|
|
Loading…
Reference in a new issue