File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11const 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
55pub fn build (b : * std.Build ) void {
66 const upstream = b .dependency ("libexpat" , .{});
Original file line number Diff line number Diff line change 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 = .{
You can’t perform that action at this time.
0 commit comments