readme: reorganize version support table

This commit is contained in:
torque 2025-03-05 21:01:20 -07:00
parent 18d16b2663
commit 34751eeb87
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk

View File

@ -38,8 +38,8 @@ your_exe.linkLibrary(libressl_dependency.artifact("tls")); // or "ssl", or "cryp
## Zig Version Support Matrix ## Zig Version Support Matrix
| Refname | LibreSSL Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.x` | | Refname | LibreSSL Version | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |
|-----------|------------------|--------------|--------------|------------------| |-----------|------------------|--------------|--------------|--------------|
| `3.9.2+1` | `3.9.2` | ✅ | ✅ | ❌ | | `4.0.0+2` | `4.0.0` | ✅ | ❌ | ❌ |
| `4.0.0+1` | `4.0.0` | ✅ | ✅ | ❌ | | `4.0.0+1` | `4.0.0` | ❌ | ✅ | ✅ |
| `4.0.0+2` | `4.0.0` | ❌ | ❌ | ✅ | | `3.9.2+1` | `3.9.2` | ❌ | ✅ | ✅ |