Skip to content

Commit

Permalink
synchronize deno and deno_std versions (denoland#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy authored and ry committed Nov 30, 2019
1 parent a537c03 commit 81efa9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cli/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ macro_rules! sset {

macro_rules! std_url {
($x:expr) => {
concat!("https://deno.land/[email protected]/", $x)
concat!(
"https://deno.land/std@v",
env!("CARGO_PKG_VERSION"),
"/",
$x
)
};
}

Expand Down

0 comments on commit 81efa9d

Please sign in to comment.