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
@@ -1,8 +1,8 @@
1
1
<imgalign="right"width="160"height="160"src="https://user-images.githubusercontent.com/34946442/152222895-9c8adb22-a22d-4bce-a513-3486ca28bdd5.png"> zig**fsm** is a [finite state machine](https://en.wikipedia.org/wiki/Finite-state_machine) library for Zig.
2
2
3
-
This library supports Zig 0.12.x, 0.13, 0.14, as well as Zig master. Last test was on Zig version `0.15.0-dev.1018+1a998886c`
3
+
This library supports Zig 0.12.x, 0.13, 0.14.x, and 0.15.1.
4
4
5
-
Use the zigfsm main branch to compile with Zig master. Use the appropriate zig-*version* tag to target a Zig version not compatible with the main branch.
5
+
Use the zigfsm main branch to compile with Zig master. Use the appropriate zig-*version* tag to target a specific Zig version.
0 commit comments