diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-03-16 20:25:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 01:25:44 +0100 |
| commit | f7ab41583e2bb4425ce7ac89b123089d0f07836a (patch) | |
| tree | 1a4bbe2052499f36a202270e950dae067343b3fc /Cargo.lock | |
| parent | 418c1eb4b3d65a9573030a074170a344723608de (diff) | |
fix: cargo publish fails without absolute paths (#13993)
This reverts commit 4e3ed37037a2aa1edeac260dc3463a81d9cf9b88.
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 266ad8f74..27a59c7e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,12 +749,22 @@ dependencies = [ "data-url", "deno_ast", "deno_bench_util", + "deno_broadcast_channel", + "deno_console", "deno_core", + "deno_crypto", "deno_doc", + "deno_fetch", "deno_graph", "deno_lint", + "deno_net", "deno_runtime", "deno_task_shell", + "deno_url", + "deno_web", + "deno_webgpu", + "deno_websocket", + "deno_webstorage", "dissimilar", "dprint-plugin-json", "dprint-plugin-markdown", |
