0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

flags: bump deno_std to v0.23.0 (#3322)

This commit is contained in:
罗文 2019-11-12 21:34:09 +08:00 committed by Ry Dahl
parent 31115067cd
commit 7ba42ee4a6

View file

@ -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)
};
}