1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00

updated facil.io dependency to our fork

This commit is contained in:
Rene Schallner 2023-02-12 14:34:42 +01:00
parent cd32fa6bc9
commit 3141ecc90f

View file

@ -1,11 +1,11 @@
.{
.name = "zap",
.version = "0.0.1",
.name = "zap",
.version = "0.0.1",
.dependencies = .{
.@"facil.io" = .{
.url = "https://github.com/qbradley/facil.io/archive/f5a5a0fa28950f78d0bae251e146ae7a6b0ab869.tar.gz",
.hash = "1220c0ce15fbedd7b5fb3de54f467473585ef5ba9b2db0c37e547a5c1ebc9ce80372",
}
}
.@"facil.io" = .{
.url = "https://github.com/renerocksai/facil.io/archive/1b2fce7e46128c526880bce28e9ce68cd1e23ce2.tar.gz",
.hash = "1220b1eb9d016ad6c82ea2840acce19726152eec1193f615399170528f160c8c1003",
}
}
}