File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ First, update your `build.zig.zon`:
1111```
1212# Initialize a `zig build` project if you haven't already
1313zig init
14- zig fetch --save git+https://github.com/allyourcodebase/zstd.git#1.5.6
14+ zig fetch --save git+https://github.com/allyourcodebase/zstd.git#1.5.6-1
1515```
1616
1717You can then import ` zstd ` in your ` build.zig ` with:
Original file line number Diff line number Diff line change 11.{
22 .name = "zstd" ,
3- .version = "1.5.6" ,
3+ .version = "1.5.6-1 " ,
44 .minimum_zig_version = "0.12.0" ,
55 .dependencies = .{
66 .zstd = .{
7- .url = "git+https://github.com/facebook/zstd.git# v1.5.6" ,
7+ .url = "git+https://github.com/facebook/zstd.git?ref= v1.5.6#794ea1b0afca0f020f4e57b6732332231fb23c70 " ,
88 .hash = "12205df4790849e6ab600128051b962361901b706f75cbffe2eb8da09a81069f9011" ,
99 },
1010 },
You can’t perform that action at this time.
0 commit comments