Skip to content

Commit

Permalink
flags: bump deno_std to v0.23.0 (denoland#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy authored and bartlomieju committed Dec 28, 2019
1 parent a72c382 commit a2c91cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use url::Url;

macro_rules! std_url {
($x:expr) => {
concat!("https://deno.land/std@v0.21.0/", $x)
concat!("https://deno.land/std@v0.23.0/", $x)
};
}

Expand Down

0 comments on commit a2c91cf

Please sign in to comment.