We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b7752 commit fce45b3Copy full SHA for fce45b3
2 files changed
README.md
@@ -59,9 +59,9 @@ This command will download Chilli and add it to Zig's global cache and update yo
59
Zig version supported by the main releases of Chilli:
60
61
| Zig | Chilli Tags |
62
-|----------|----------|
63
-| `0.16.0` | `v0.4.x` |
64
-| `0.15.x` | `v0.2.x` |
+|----------|-------------|
+| `0.16.0` | `v0.3.x` |
+| `0.15.x` | `v0.2.x` |
65
66
The `main` branch normally tracks the latest (non-developmental) Zig release.
67
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .chilli,
3
- .version = "0.4.0",
+ .version = "0.3.1",
4
.fingerprint = 0x6c259741ae4f5f73, // Changing this has security and trust implications.
5
.minimum_zig_version = "0.16.0",
6
.paths = .{
0 commit comments