Skip to content

Commit

Permalink
flag: upgrade std to v0.29.0 (denoland#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored and ry committed Jan 12, 2020
1 parent 737ab94 commit 7ed018b
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 @@ -22,7 +22,7 @@ macro_rules! sset {

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

Expand Down

0 comments on commit 7ed018b

Please sign in to comment.