summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-07-04 17:58:01 -0600
committerGitHub <noreply@github.com>2023-07-05 01:58:01 +0200
commit1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9 (patch)
tree71a8c02678fd0e665e1b7a8e4aca01489869bc93 /cli
parent6d0c658023cb502209ff0f952a4a607b9f72752a (diff)
1.35.0 (#19717)
Bumped versions for 1.35.0 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.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 960c183d9..30480016a 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.34.3"
+version = "1.35.0"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index dcc930a34..fd54b8335 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.192.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.193.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index a25beeda2..16eaecaef 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.39.0"
+version = "0.40.0"
authors.workspace = true
edition.workspace = true
license.workspace = true