summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2021-10-12 23:27:07 +0530
committerGitHub <noreply@github.com>2021-10-12 23:27:07 +0530
commitde3fa08d6cfac7edffb2411bbb42bb49af70dc82 (patch)
treec910f67c27f6eed52cc7c36a7a661ba99696f252 /cli
parentfb094ae0268f648d554e46e084c72d34617909e2 (diff)
1.15.0
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/compat.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index fedd36cc5..09cc1a880 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.14.3"
+version = "1.15.0"
authors = ["the Deno authors"]
default-run = "deno"
edition = "2018"
diff --git a/cli/compat.rs b/cli/compat.rs
index 13be0374d..f4cc2a08d 100644
--- a/cli/compat.rs
+++ b/cli/compat.rs
@@ -7,7 +7,7 @@ use std::collections::HashMap;
// 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 = "https://deno.land/std@0.110.0/";
+static STD_URL: &str = "https://deno.land/std@0.111.0/";
static GLOBAL_MODULE: &str = "global.ts";
static SUPPORTED_MODULES: &[&str] = &[