Skip to content

Commit

Permalink
Update zig-network version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbirkert committed Mar 19, 2023
1 parent b1d40dc commit 7bfd1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions build.zig
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
const std = @import("std");

const pkgs = struct {
const network = std.build.Pkg{
.name = "network",
.source = .{ .path = "zig-network/network.zig" },
};
};

pub fn build(b: *std.build.Builder) void {
// Standard target options allows the person running `zig build` to choose
// what target to build for. Here we do not override the defaults, which
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.version = "0.0.1",
.dependencies = .{
.zig_network = .{
.url = "https://github.com/MasterQ32/zig-network/archive/45ae8cf0ce3972eb4dddad3f5def8613c9b546f3.tar.gz",
.hash = "1220b7cccedbc23a7374661c772db898219da9580071cdda9a13cf679b67df08c190",
.url = "https://github.com/MasterQ32/zig-network/archive/4ad3002e9d6abc160a66c21cff4e99e47d220bc3.tar.gz",
.hash = "12202f6eef384093ffc45e5bc35d51d576f677a69b86b92af70656b4a4589e3ea98f",
},
},
}

0 comments on commit 7bfd1dc

Please sign in to comment.