diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-04-20 21:50:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 21:50:16 -0400 |
commit | 29c8cd8aae52b89075e6af84ddd34f813fa3ea8d (patch) | |
tree | b2fce377a7e6b3da70d81a92f497a7ff807d6ad5 /cli/compat/mod.rs | |
parent | 03019e778189b38938f1238f22652162de5a7434 (diff) |
1.21.0 (#14336)
Co-authored-by: ry <ry@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
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 af98641c0..a32167fc6 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -18,7 +18,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.135.0/"; +pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.136.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |