diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-02 16:20:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 16:20:51 +0100 |
commit | 18beb13f0ea750ba36b7f062f3cfdcc08c610431 (patch) | |
tree | 253108152ff50a1e43c87b233f917275aec1945f /cli/Cargo.toml | |
parent | ebc8a6169e95e37d68c2996de50100d19698427a (diff) |
fix(workspace): handle when config has members when specified via --config (#25988)
Closes #25847
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2bde2df03..41636c961 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -65,7 +65,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_cache_dir = { workspace = true } -deno_config = { version = "=0.35.0", features = ["workspace", "sync"] } +deno_config = { version = "=0.37.1", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.150.1", features = ["html", "syntect"] } deno_graph = { version = "=0.83.1" } |