Skip to content

Commit

Permalink
Bump dependencies to fix building with master
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere committed Dec 31, 2024
1 parent 60aa28d commit 83196a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To update this project dependencies:
```bash
zig fetch --save=upstream git+https://github.com/postgres/postgres#REL_16_4
zig fetch --save git+https://github.com/allyourcodebase/openssl#3.3.0
zig fetch --save git+https://github.com/allyourcodebase/libressl#3.9.2+1
zig fetch --save git+https://github.com/allyourcodebase/libressl#4.0.0+1
zig fetch --save git+https://github.com/allyourcodebase/zlib#1.3.1
zig fetch --save git+https://github.com/allyourcodebase/zstd#1.5.6-1
zig fetch --save git+https://github.com/allyourcodebase/zstd#1.5.6-2
```
8 changes: 4 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
.lazy = true,
},
.libressl = .{
.url = "git+https://github.com/allyourcodebase/libressl?ref=3.9.2+1#02abfefee4e4eda28ce53c637b3c0d204ace8a6d",
.hash = "12201f5cc06c88f191696106723797449baacb6ea38b07b6cf31c18c0382a6bea33e",
.url = "git+https://github.com/allyourcodebase/libressl?ref=4.0.0+1#fd0fe777153a75217e97ba22cd8b32005bb90d08",
.hash = "1220c6521dd6d37f0426fbe6c3b3c3f4282f28495311abc08fb4cebf21ea2346ba2f",
.lazy = true,
},
.zlib = .{
Expand All @@ -22,8 +22,8 @@
.lazy = true,
},
.zstd = .{
.url = "git+https://github.com/allyourcodebase/zstd?ref=1.5.6-1#3247ffbcbc31f014027a5776a25c4261054e9fe9",
.hash = "12200dbfe91946451bab186f584edbec9f9f7fdbcf818ad984b7182fea655b3c10e3",
.url = "git+https://github.com/allyourcodebase/zstd?ref=1.5.6-2#ea25e89037dc251a3ba50a5005e2c8566eb3c2bd",
.hash = "122040924472b1c510a7058596d43fb9461dcc20406f681eb9c2f6443375d2f571c4",
.lazy = true,
},
},
Expand Down

0 comments on commit 83196a6

Please sign in to comment.