Skip to content

Commit

Permalink
JetQuery optionals rework
Browse files Browse the repository at this point in the history
Optionals now supported as param types.
  • Loading branch information
bobf committed Nov 28, 2024
1 parent 54480a7 commit 6075708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
.hash = "12201d75d73aad5e1c996de4d5ae87a00e58479c8d469bc2eeb5fdeeac8857bc09af",
},
.jetquery = .{
.url = "https://github.com/jetzig-framework/jetquery/archive/3023ee92edba1666b5fe450f303a541166d479d5.tar.gz",
.hash = "1220173e35e17961fecf1f1c9f2565f9deee966942983996852606473f248fb04483",
.url = "https://github.com/jetzig-framework/jetquery/archive/f520d4bb3f7099f8d670926328c93efd8849c3cc.tar.gz",
.hash = "1220021eb5c36e78c1aafbf04a303433deb9fcb7edf29d8686b3bb33881884f2d23b",
},
.jetcommon = .{
.url = "https://github.com/jetzig-framework/jetcommon/archive/86f24cfdf2aaa0e8ada4539a6edef882708ced2b.tar.gz",
Expand Down
4 changes: 2 additions & 2 deletions cli/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
.hash = "1220411a8c46d95bbf3b6e2059854bcb3c5159d428814099df5294232b9980517e9c",
},
.jetquery = .{
.url = "https://github.com/jetzig-framework/jetquery/archive/3023ee92edba1666b5fe450f303a541166d479d5.tar.gz",
.hash = "1220173e35e17961fecf1f1c9f2565f9deee966942983996852606473f248fb04483",
.url = "https://github.com/jetzig-framework/jetquery/archive/f520d4bb3f7099f8d670926328c93efd8849c3cc.tar.gz",
.hash = "1220021eb5c36e78c1aafbf04a303433deb9fcb7edf29d8686b3bb33881884f2d23b",
},
},
.paths = .{
Expand Down

0 comments on commit 6075708

Please sign in to comment.