summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-02-02 11:28:40 -0500
committerGitHub <noreply@github.com>2023-02-02 16:28:40 +0000
commit65755a115a7af452d3ab1934fbc81cd8ff10d67f (patch)
tree95f5572a9e7464abb385fbb1c0e06aba24b4fd46 /cli
parentdc854e83a4bd7c1726532502595948f604f0edc1 (diff)
chore: forward v1.30.1 release commit to main (#17623)
This is the release commit being forwarded back to main for 1.30.1
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 5e4f63381..46bab20d7 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.30.0"
+version = "1.30.1"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index af42f4093..d5f2a3050 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -5,7 +5,7 @@ use once_cell::sync::Lazy;
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.174.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.176.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).expect("invalid std url"));
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index dabd5a38b..b24aa56c5 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.16.0"
+version = "0.17.0"
authors.workspace = true
edition.workspace = true
license.workspace = true