-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to latest zig & adapt to new stdlib changes
- Loading branch information
1 parent
151a011
commit 977fa41
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
.{ | ||
.name = "zap", | ||
.version = "0.1.9-pre", | ||
.version = "0.1.10-pre", | ||
|
||
.dependencies = .{ | ||
.@"facil.io" = .{ | ||
.url = "https://github.com/zigzap/facil.io/archive/refs/tags/zap-0.0.11.tar.gz", | ||
.hash = "1220aeeb78554b41e8b4a61eca7f29031cca7cb31d935c5583db17c0bb1439b87334", | ||
.url = "https://github.com/zigzap/facil.io/archive/refs/tags/zap-0.0.12.tar.gz", | ||
.hash = "12200301960bbde64052db068cf31a64091ce1f671898513d9b8d9e2be5b0e4b13a3", | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.