diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-03-10 23:29:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 23:29:14 +0900 |
commit | 3c11768aab2f5fba1a5815e8287130658887f70e (patch) | |
tree | 695192c99ce989a853019ce64ced7a440a73e4d2 /cli/compat/mod.rs | |
parent | 2e30112e62a0a6ade6b917156fe653100998a480 (diff) |
v1.19.3
Diffstat (limited to 'cli/compat/mod.rs')
-rw-r--r-- | cli/compat/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs index 1e380b7d8..9c74a8a1c 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -20,7 +20,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.128.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.129.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |