Skip to content

Commit

Permalink
fix: exe template's zon deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Sep 13, 2024
1 parent 79847af commit ab3a5fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/templates/exe/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
.version = "?v",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap?ref=0.9.1#d71cc39a94f3e6ccbad00c25d350c9147de4df9f",
.hash = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b",
},
// Depend on clap by running:
// zig fetch --save git+https://github.com/Hejsil/zig-clap#0.9.1
},
.paths = .{
"src/",
Expand Down

0 comments on commit ab3a5fd

Please sign in to comment.