Skip to content

Commit

Permalink
Bump Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Oct 19, 2023
1 parent ef5930e commit 378385b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zig-fmt.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: zig-fmt

env:
ZIG_VERSION: 0.12.0-dev.888+130227491
ZIG_VERSION: 0.12.0-dev.899+027aabf49

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG TRIPLET=${ARCH}-linux-gnu
ARG BUILDARCH=amd64
ARG WEBKIT_TAG=2023-oct3-2
ARG ZIG_TAG=jul1
ARG ZIG_VERSION="0.12.0-dev.888+130227491"
ARG ZIG_VERSION="0.12.0-dev.899+027aabf49"
ARG WEBKIT_BASENAME="bun-webkit-linux-$BUILDARCH"

ARG ZIG_FOLDERNAME=zig-linux-${BUILD_MACHINE_ARCH}-${ZIG_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const required_zig_version = "0.12.0-dev.888+130227491";
const required_zig_version = "0.12.0-dev.899+027aabf49";

const std = @import("std");
const pathRel = std.fs.path.relative;
Expand Down
2 changes: 1 addition & 1 deletion docs/project/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Zig can be installed either with our npm package [`@oven/zig`](https://www.npmjs

```bash
$ bun install -g @oven/zig
$ zigup 0.12.0-dev.888+130227491
$ zigup 0.12.0-dev.899+027aabf49
```

{% callout %}
Expand Down

0 comments on commit 378385b

Please sign in to comment.