mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 07:47:46 +00:00
chore: prefer workspace dependencies in order to avoid duplicate crates (#28281)
This commit is contained in:
parent
9f877ac5bd
commit
cdf6ea32c4
26 changed files with 232 additions and 128 deletions
|
@ -18,7 +18,7 @@ deno_core.workspace = true
|
|||
deno_error.workspace = true
|
||||
deno_permissions.workspace = true
|
||||
libc.workspace = true
|
||||
libloading = { version = "0.7" }
|
||||
libloading.workspace = true
|
||||
log.workspace = true
|
||||
napi_sym.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
@ -27,4 +27,4 @@ thiserror.workspace = true
|
|||
windows-sys.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
libuv-sys-lite = "=1.48.2"
|
||||
libuv-sys-lite.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue