Skip to content

Commit 735b6f1

Browse files
committed
bumped zig dev version
1 parent d072181 commit 735b6f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/zigup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
# Run with supported dev branch
4343
- name: Test with supported dev
4444
run: |
45-
./zigup fetch 0.14.0-dev.1951+857383689
46-
./zigup run 0.14.0-dev.1951+857383689 build test
45+
./zigup fetch 0.14.0-dev.2164+6b2c8fc68
46+
./zigup run 0.14.0-dev.2164+6b2c8fc68 build test
4747
4848
# Run with supported latest master
4949
- name: Test with latest master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ZCSV (Zig CSV)
22

3-
> Supported Zig versions: 0.13.0, 0.14.0-dev.1951+857383689
3+
> Supported Zig versions: 0.13.0, 0.14.0-dev.2164+6b2c8fc68
44
55
ZCSV is a CSV parser and writer library. The goal is to provide both writers and parsers which are allocation free while also having a parser which does use memory allocations for a more developer-friendly interface.
66

0 commit comments

Comments
 (0)