sam701 / zig-toml

Zig TOML (v1.0.0) parser
MIT License
35 stars 13 forks source link

ci: Test with 0.11 and master, fix for both #5

Closed abhinav closed 9 months ago

abhinav commented 9 months ago

Adds support for building with both, Zig 0.11 and master. The special-casing can be dropped when 0.12 is released.

Also fixes one case in examples that was missed in #4.

sam701 commented 9 months ago

@abhinav Great 👍, thank you!