Skip to content

Commit ea25e89

Browse files
committed
release 1.5.6-2
1 parent 3b9ac3d commit ea25e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/zstd.git#1.5.6-1
14+
zig fetch --save git+https://github.com/allyourcodebase/zstd.git#1.5.6-2
1515
```
1616

1717
You can then import `zstd` 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 = "zstd",
3-
.version = "1.5.6-1",
3+
.version = "1.5.6-2",
44
.minimum_zig_version = "0.12.0",
55
.dependencies = .{
66
.zstd = .{

0 commit comments

Comments
 (0)