summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-12-16 19:24:16 +0100
committerGitHub <noreply@github.com>2021-12-16 19:24:16 +0100
commit5f11f87495effaf9b4ce6c8c615cdce3d50d91f8 (patch)
treecafb5228322c6fcd2e4ff92551ffa47d1f7d9940 /cli/compat/mod.rs
parente0cba6b19b13252b3351f7ce0d08e10f1470602c (diff)
v1.17.0
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 8083471f0..54f8b5fde 100644
--- a/cli/compat/mod.rs
+++ b/cli/compat/mod.rs
@@ -15,7 +15,7 @@ pub(crate) use esm_resolver::NodeEsmResolver;
// each release, a better mechanism is preferable, but it's a quick and dirty
// solution to avoid printing `X-Deno-Warning` headers when the compat layer is
// downloaded
-static STD_URL_STR: &str = "https://deno.land/std@0.117.0/";
+static STD_URL_STR: &str = "https://deno.land/std@0.118.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",