mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
build: use workflows for bumping versions and cargo publishing on the CI (#13995)
This commit is contained in:
parent
f61b2c0b11
commit
5cab3e7dba
13 changed files with 306 additions and 74 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue