diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-20 10:11:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 14:11:43 +0000 |
| commit | f1c58ec041a05276d9f33562a5843c0bb7fb95b3 (patch) | |
| tree | dc4bca4eab617e75474e19a7491ed88d5ee64fef /cli/Cargo.toml | |
| parent | 19bcb40059f6ba730b6d05d8edf005c6b40f6ff8 (diff) | |
feat(unstable): ability to use a local copy of jsr packages (#25068)
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 acda2292c..920f0d795 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.29.0", features = ["workspace", "sync"] } +deno_config = { version = "=0.30.0", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.146.0", features = ["html", "syntect"] } deno_emit = "=0.44.0" |
