summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2022-07-20 19:28:00 -0400
committerGitHub <noreply@github.com>2022-07-21 01:28:00 +0200
commitf0e01682cce638303e3b6997788667a0f71dff8d (patch)
tree385334ea9ab22f0875c584b5d7e41ad45116b25c /cli/compat/mod.rs
parent26cea0e2ca3aa036d1e0fe4869f23bd6c0b564fb (diff)
1.24.0 (#15262)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/compat/mod.rs')
-rw-r--r--cli/compat/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs
index 927523454..981a642af 100644
--- a/cli/compat/mod.rs
+++ b/cli/compat/mod.rs
@@ -17,7 +17,7 @@ pub use esm_resolver::NodeEsmResolver;
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.148.0/";
+pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.149.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",