1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00

bump deno_std deps (#3034)

This commit is contained in:
Bartek Iwańczuk 2019-09-28 21:14:49 +02:00 committed by Ryan Dahl
parent 6efca6d1a1
commit 3a982a014b

View file

@ -14,7 +14,7 @@ use std::str::FromStr;
macro_rules! std_url {
($x:expr) => {
concat!("https://deno.land/std@06958a4/", $x)
concat!("https://deno.land/std@17a214b/", $x)
};
}