We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8a384 commit 7e7d1a6Copy full SHA for 7e7d1a6
2 files changed
README.md
@@ -11,7 +11,7 @@ This was originally code which was extracted from
11
[lscolors](https://github.com/ziglibs/lscolors) for use in
12
other zig libraries. More features have been added since.
13
14
-`ansi_term` is designed to work with Zig 0.14.0.
+`ansi_term` is designed to work with Zig 0.15.2.
15
16
## Documentation
17
build.zig.zon
@@ -1,9 +1,9 @@
1
.{
2
.name = .ansi_term,
3
- .version = "0.1.0",
+ .version = "0.2.0",
4
.fingerprint = 0xa403c76fcb80b6fd,
5
6
- .minimum_zig_version = "0.14.0",
+ .minimum_zig_version = "0.15.2",
7
8
.paths = .{
9
"build.zig",
0 commit comments