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:
parent
6efca6d1a1
commit
3a982a014b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue