Skip to content

Commit

Permalink
update to zig master 0.10.0-dev.513+029844210
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Feb 2, 2022
1 parent bd7cf16 commit fdd2b6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Zig
- uses: goto-bus-stop/setup-zig@v1
with:
version: "0.10.0-dev.490+dd7309bde"
version: "0.10.0-dev.513+029844210"
- run: zig version
- run: zig env
- uses: nektro/actions-setup-zigmod@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
with:
version: "0.10.0-dev.490+dd7309bde"
version: "0.10.0-dev.513+029844210"

- run: zig version
- run: zig env
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ zig build
```

## Built With
- Zig master (at least `0.10.0-dev.490+dd7309bde`)
- Zig master (at least `0.10.0-dev.513+029844210`)
- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)

## License
Expand Down
2 changes: 1 addition & 1 deletion zig.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: ehmrk2r56odz4np1cy1oibtqv9q03bxtyz36twutgyti0oj8
name: aquila
license: AGPL-3.0
description: A federated package index and CI system for the Zig programming language built around the Zigmod package manager.
min_zig_version: 0.10.0-dev.490+dd7309bde
min_zig_version: 0.10.0-dev.513+029844210
bin: True
provides: ["aquila"]
root_files:
Expand Down

0 comments on commit fdd2b6b

Please sign in to comment.