Skip to content

Commit

Permalink
specify new version in README and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpil committed Oct 17, 2024
1 parent 834d4ce commit b3e11d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.13.0-dev.351+64ef45eb0
version: 0.14.0-dev.1911+3bf89f55c
- name: AST Verify
run: zig fmt --check --ast-check src/
working-directory: zigimg
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This is a work in progress library to create, process, read and write different

## Install & Build

This library uses zig nominated [2024.5.0-mach](https://machengine.org/about/nominated-zig/). To install using [`zigup`](https://github.com/marler8997/zigup):
This library uses zig nominated [2024.10.0-mach](https://machengine.org/about/nominated-zig/). To install using [`zigup`](https://github.com/marler8997/zigup):

```sh
zigup 0.13.0-dev.351+64ef45eb0
zigup 0.14.0-dev.1911+3bf89f55c
```

### Use zigimg in your project
Expand Down

0 comments on commit b3e11d8

Please sign in to comment.