Skip to content

Commit 662b7d1

Browse files
committed
release 2.7.1-3
1 parent a6d109b commit 662b7d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, update your `build.zig.zon`:
1111
```
1212
# Initialize a `zig build` project if you haven't already
1313
zig init
14-
zig fetch --save git+https://github.com/allyourcodebase/libexpat.git#2.7.1-2
14+
zig fetch --save git+https://github.com/allyourcodebase/libexpat.git#2.7.1-3
1515
```
1616

1717
You can then import `expat` in your `build.zig` with:

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .libexpat,
3-
.version = "2.7.1-2",
3+
.version = "2.7.1-3",
44
.minimum_zig_version = "0.16.0-dev.3133+5ec8e45f3",
55
.dependencies = .{
66
.libexpat = .{

0 commit comments

Comments
 (0)