readme: reorganize version support table

This commit is contained in:
2025-03-05 21:01:20 -07:00
parent 18d16b2663
commit 34751eeb87

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` | ❌ | | ✅ |