diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-30 17:58:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 21:58:24 +0000 |
| commit | f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 (patch) | |
| tree | d3ca7e1163550cc7fee6d523269d6a3636218da0 /cli/Cargo.toml | |
| parent | 55137c9db4ed7226a6a68256c3cb9fdad7ad7c83 (diff) | |
refactor: remove DENO_FUTURE (#25314)
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 67b7034c9..d2283d5ef 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.31.0", features = ["workspace", "sync"] } +deno_config = { version = "=0.32.0", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.148.0", features = ["html", "syntect"] } deno_emit = "=0.45.0" |
