Skip to content

Commit 917dcfd

Browse files
committed
update to 2.7.1
1 parent 7ff5a10 commit 917dcfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const std = @import("std");
22

3-
const version: std.SemanticVersion = .{ .major = 2, .minor = 6, .patch = 4 };
3+
const version: std.SemanticVersion = .{ .major = 2, .minor = 7, .patch = 1 };
44

55
pub fn build(b: *std.Build) void {
66
const upstream = b.dependency("libexpat", .{});

build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.{
22
.name = .libexpat,
3-
.version = "2.6.4-1",
3+
.version = "2.7.1",
44
.minimum_zig_version = "0.14.0",
55
.dependencies = .{
66
.libexpat = .{
7-
.url = "git+https://github.com/libexpat/libexpat?ref=R_2_6_4#2691aff4304a6d7e053199c205620136481b9dd1",
8-
.hash = "N-V-__8AADPHGggjY0xZOcIJy8TieGdwckSr_QjRI0ru2mhv",
7+
.url = "git+https://github.com/libexpat/libexpat?ref=R_2_7_1#f9a3eeb3e09fbea04b1c451ffc422ab2f1e45744",
8+
.hash = "N-V-__8AAMX2GwiF4I3vxSUHX70z0UP4G2EwLiT2Q9eNGkwN",
99
},
1010
},
1111
.paths = .{

0 commit comments

Comments
 (0)