summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-07-26 08:18:02 -0600
committerGitHub <noreply@github.com>2023-07-26 10:18:02 -0400
commit89ba3f820cdf2c9b497ffb777ebe692360b713b6 (patch)
treeb0c339ae630ad500d6e9ab82a4424695e71ffbd4 /cli
parent1d615b211eb6a0d834f1a6b6506a0efbe04031ae (diff)
1.35.3 (#19947)
Bumped versions for 1.35.3 Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/deno_std.rs2
-rw-r--r--cli/napi/sym/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 1a162feec..28b4a0957 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.35.2"
+version = "1.35.3"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index f965fb8bb..a3ed7a343 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.195.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.196.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index 512117271..3bec299ee 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.42.0"
+version = "0.43.0"
authors.workspace = true
edition.workspace = true
license.workspace = true