diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-30 16:37:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 16:37:00 -0400 |
commit | 5cab3e7dba54643f95c147b48696c8af8a26632c (patch) | |
tree | 249fd42319c121523e17835b85b13ef922d07d38 /cli/compat/mod.rs | |
parent | f61b2c0b1169ef2345738723583d8335638aeff2 (diff) |
build: use workflows for bumping versions and cargo publishing on the CI (#13995)
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 07cd17030..3429fe5f2 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -20,7 +20,7 @@ pub 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.132.0/"; +pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.132.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |