mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
localhost http fix
This commit is contained in:
parent
385aa38d84
commit
2c93e1ef94
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.@"facil.io" = .{
|
.@"facil.io" = .{
|
||||||
.url = "https://127.0.0.1:8000/zap-0.0.8.tar.gz",
|
.url = "http://127.0.0.1:8000/zap-0.0.8.tar.gz",
|
||||||
.hash = "122071fcc675e114941331726291ca1f0c0c33751d992782c6abf1f0f2ddddc5734d",
|
.hash = "122071fcc675e114941331726291ca1f0c0c33751d992782c6abf1f0f2ddddc5734d",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue