diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2023-11-23 23:09:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 07:09:15 +0100 |
| commit | 2941dd7da8a310cb898b4180a4511cde60d5375d (patch) | |
| tree | 63ff37ad65d1376c9aee05033dcb2a2248fd1add /cli/Cargo.toml | |
| parent | 4ff5f175a868c97812eab2ae1235913e8912884a (diff) | |
chore: forward v1.38.3 release commit to main (#21320)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b4849e612..e2d70d577 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.38.2" +version = "1.38.3" authors.workspace = true default-run = "deno" edition.workspace = true @@ -61,7 +61,7 @@ deno_lockfile.workspace = true deno_npm = "0.15.2" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] } deno_semver = "0.5.1" -deno_task_shell = "=0.14.2" +deno_task_shell = "=0.14.0" eszip = "=0.55.4" napi_sym.workspace = true |
