1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: fix cargo publish (#26958)

This commit is contained in:
David Sherret 2024-11-21 00:13:47 -05:00 committed by GitHub
parent 3da4eca7c1
commit 0b8df9f24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ deno_package_json.features = ["sync"]
deno_path_util.workspace = true
deno_semver.workspace = true
node_resolver.workspace = true
node_resolver.features = ["sync"]
thiserror.workspace = true
url.workspace = true