Skip to content

Commit 34751ee

Browse files
committed
readme: reorganize version support table
1 parent 18d16b2 commit 34751ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ your_exe.linkLibrary(libressl_dependency.artifact("tls")); // or "ssl", or "cryp
3838

3939
## Zig Version Support Matrix
4040

41-
| Refname | LibreSSL Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.x` |
42-
|-----------|------------------|--------------|--------------|------------------|
43-
| `3.9.2+1` | `3.9.2` || | |
44-
| `4.0.0+1` | `4.0.0` | || |
45-
| `4.0.0+2` | `4.0.0` || | |
41+
| Refname | LibreSSL Version | Zig `0.14.x` | Zig `0.13.x` | Zig `0.12.x` |
42+
|-----------|------------------|--------------|--------------|--------------|
43+
| `4.0.0+2` | `4.0.0` || ||
44+
| `4.0.0+1` | `4.0.0` | | | |
45+
| `3.9.2+1` | `3.9.2` || ||

0 commit comments

Comments
 (0)