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

chore: fix cargo publish (#26958)

This commit is contained in:
David Sherret 2024-11-21 00:13:47 -05:00 committed by David Sherret
parent 3da4eca7c1
commit d1b086b05a

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