diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-04-28 23:32:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-28 23:32:42 +0200 |
| commit | de2004dec5607257765fe0a982d988e61bd0ddcd (patch) | |
| tree | 7baf430b8c02bed179950fbcfb48526d94d0b102 /cli/compat | |
| parent | 8fb2678b220f4c3a25459cee1aa7f4dbba0adcc8 (diff) | |
Forward 1.21.1 (#14428)
Diffstat (limited to 'cli/compat')
| -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 a32167fc6..e44f0cafe 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.136.0/"; +pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.137.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |
