Skip to content

Commit

Permalink
update to zig master 0.9.0-dev.831
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 21, 2021
1 parent e452514 commit 6675dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
destination: /artifacts/

- run: sudo apt -y install wget tar xz-utils jq
- run: ./download_zig.sh 0.9.0-dev.796+fcf2ce0ff
- run: ./download_zig.sh 0.9.0-dev.831+5806c386e
- 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 @@ -35,7 +35,7 @@ $ zig build
- See [`go.mod`](./go.mod)

### Zig Implementation
- Zig master (at least `0.9.0-dev.796+fcf2ce0ff`)
- Zig master (at least `0.9.0-dev.831+5806c386e`)
- See [`zigmod.lock`](./zigmod.lock)

## License
Expand Down

0 comments on commit 6675dd0

Please sign in to comment.