mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
synchronize deno and deno_std versions (#3415)
This commit is contained in:
parent
a537c03df7
commit
81efa9d938
1 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,12 @@ macro_rules! sset {
|
||||||
|
|
||||||
macro_rules! std_url {
|
macro_rules! std_url {
|
||||||
($x:expr) => {
|
($x:expr) => {
|
||||||
concat!("https://deno.land/std@v0.23.0/", $x)
|
concat!(
|
||||||
|
"https://deno.land/std@v",
|
||||||
|
env!("CARGO_PKG_VERSION"),
|
||||||
|
"/",
|
||||||
|
$x
|
||||||
|
)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue