File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Provides a package to be used by the zig package manager for C programs.
1111
1212| Refname | PostgreSQL version | Zig ` 0.17-dev ` | Zig ` 0.16.0 ` | Zig ` 0.15.x ` | Zig ` 0.14.x ` | Zig ` 0.13.x ` |
1313| ------------| --------------------| ----------------| --------------| --------------| --------------| --------------|
14- | ` 5.18.3 ` | ` REL_18_3 ` | ✅ | ✅ | ✅ | ✅ | ❌ |
14+ | ` 5.18.4 ` | ` REL_18_4 ` | ✅ | ✅ | ✅ | ✅ | ❌ |
1515| ` 5.16.4+5 ` | ` REL_16_4 ` | ❌ | ❌ | ✅ | ✅ | ❌ |
1616| ` 5.16.4+2 ` | ` REL_16_4 ` | ❌ | ❌ | ❌ | ❌ | ✅ |
1717
@@ -50,7 +50,7 @@ exe.linkLibrary(postgres.artifact("pq"));
5050To update this project dependencies:
5151
5252``` bash
53- zig fetch --save=upstream git+https://github.com/postgres/postgres#REL_18_3
53+ zig fetch --save=upstream git+https://github.com/postgres/postgres#REL_18_4
5454zig fetch --save git+https://github.com/allyourcodebase/openssl#main
5555zig fetch --save git+https://github.com/allyourcodebase/libressl#master
5656zig fetch --save git+https://github.com/allyourcodebase/zlib#main
Original file line number Diff line number Diff line change 55 .minimum_zig_version = "0.14.0" ,
66 .dependencies = .{
77 .upstream = .{
8- .url = "git+https://github.com/postgres/postgres?ref=REL_18_3#62d6c7d3df6287f1bd83199c1a746e50d31571a0 " ,
9- .hash = "N-V-__8AAC1LZAhiM7zOvYHf4gVPbrOOoY6z9M8DlIivxtuW " ,
8+ .url = "git+https://github.com/postgres/postgres?ref=REL_18_4#f5cc81719e6da4cbdb1f797c48b693e91018153a " ,
9+ .hash = "N-V-__8AAOK_aAjT9LpN97k3l4s2VrLTCexGn3sGpxl8Qz7q " ,
1010 },
1111 .openssl = .{
1212 .url = "git+https://github.com/allyourcodebase/openssl?ref=main#0ac677650d43eadf669067d050992118b13338d2" ,
You can’t perform that action at this time.
0 commit comments