Skip to content

Commit f7fea7b

Browse files
committed
Update zig to 0.15.2
1 parent a716bb2 commit f7fea7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/burrito-xcomp-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
elixir-version: "1.18.3"
2121
- uses: goto-bus-stop/setup-zig@v2
2222
with:
23-
version: 0.15.1
23+
version: 0.15.2
2424
- name: Set up Homebrew
2525
if: matrix.host == 'macos-latest'
2626
id: set-up-homebrew

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ We support _targeting_ Windows (x86_64) from MacOS and Linux, we _do not_ offici
110110

111111
You must have the following installed and in your PATH:
112112

113-
* Zig (0.15.1) -- `zig`
113+
* Zig (0.15.2) -- `zig`
114114
* XZ -- `xz`
115115
* 7z -- `7z` (For Windows Targets)
116116

lib/burrito.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Burrito do
22
alias Burrito.Builder
33
alias Burrito.Builder.Log
44

5-
@zig_version_expected %Version{major: 0, minor: 15, patch: 1}
5+
@zig_version_expected %Version{major: 0, minor: 15, patch: 2}
66
@openssl_version %Version{major: 3, minor: 5, patch: 1}
77
@musl_version %Version{major: 1, minor: 2, patch: 5}
88

0 commit comments

Comments
 (0)