mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Revert "Synchronize deno and deno_std versions" (#3446)
Preventing release v0.26.0
This reverts commit 81efa9d938
.
This commit is contained in:
parent
7c3b9b4f4f
commit
e6228bc3c4
1 changed files with 1 additions and 6 deletions
|
@ -22,12 +22,7 @@ macro_rules! sset {
|
|||
|
||||
macro_rules! std_url {
|
||||
($x:expr) => {
|
||||
concat!(
|
||||
"https://deno.land/std@v",
|
||||
env!("CARGO_PKG_VERSION"),
|
||||
"/",
|
||||
$x
|
||||
)
|
||||
concat!("https://deno.land/std@v0.23.0/", $x)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue