mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +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
|
@ -29,7 +29,7 @@ deno_path_util.workspace = true
|
|||
futures.workspace = true
|
||||
lazy-regex.workspace = true
|
||||
once_cell.workspace = true
|
||||
path-clean = "=0.1.0"
|
||||
path-clean.workspace = true
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
|
@ -39,4 +39,4 @@ thiserror.workspace = true
|
|||
url.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.4.0"
|
||||
tempfile.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue