mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
Upgrade subcommands to 0.28.1 (#3620)
This commit is contained in:
parent
d4bf0670ce
commit
884462d615
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ macro_rules! sset {
|
||||||
|
|
||||||
macro_rules! std_url {
|
macro_rules! std_url {
|
||||||
($x:expr) => {
|
($x:expr) => {
|
||||||
concat!("https://deno.land/std@v0.26.0/", $x)
|
concat!("https://deno.land/std@v0.28.1/", $x)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue