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 | |
parent | 4ff5f175a868c97812eab2ae1235913e8912884a (diff) |
chore: forward v1.38.3 release commit to main (#21320)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 | ||||
-rw-r--r-- | cli/deno_std.rs | 2 | ||||
-rw-r--r-- | cli/napi/sym/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 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 diff --git a/cli/deno_std.rs b/cli/deno_std.rs index c92f8c31a..419ec0e78 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -2,4 +2,4 @@ // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.207.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.208.0/"; diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 959ef1e76..45787e884 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.54.0" +version = "0.55.0" authors.workspace = true edition.workspace = true license.workspace = true |