You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,12 @@ This library is tested and optimized for all major platforms and architectures:
47
47
| 0.13 and older | 0.0.6 | Legacy support |
48
48
| 0.14.0 | Current | ✅ Fully supported |
49
49
| 0.15.x | Current | ✅ Fully supported |
50
-
| 0.16.0-dev (nightly)| Current | ✅ Supported with compatibility layer |
50
+
| 0.16.0| Current | ✅ Supported with compatibility layer |
51
51
52
52
> **Note:** For Zig 0.13 and older versions, please use version `0.0.6` of this library.
53
53
> **Note:** Zig 0.16+ removes `std.io.FixedBufferStream`, but this library provides a compatibility layer to maintain the same API across all supported versions.
54
54
55
-
For Zig `0.14.0`, `0.15.x`, and `0.16.0-dev`, follow these steps:
55
+
For Zig `0.14.0`, `0.15.x`, and `0.16.0`, follow these steps:
56
56
57
57
1.**Add as a dependency:**
58
58
Add the library to your `build.zig.zon` file. You can fetch a specific commit or branch.
0 commit comments