Skip to content

Commit

Permalink
Update clap dependency to use version in the URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jul 2, 2024
1 parent df12650 commit 97dbd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.hash = "1220924a9c1a1762d06d8b0b33ce6c3edf0c3ec4beef1be14177fdc1aaeba301ee03",
},
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/c0193e9247335a6c1688b946325060289405de2a.tar.gz",
.url = "https://github.com/Hejsil/zig-clap/archive/0.9.0.tar.gz",
.hash = "12207ee987ce045596cb992cfb15b0d6d9456e50d4721c3061c69dabc2962053644d",
},
.ffi = .{
Expand Down

0 comments on commit 97dbd6a

Please sign in to comment.