Skip to content

Commit f2726c1

Browse files
Damiradosdoorgan
andauthored
build: bump burrito to 1.5 and zig to 0.15.2 (#194)
* build: Bump burrito to 1.5 and zig to 0.15.2 fixes #70 * docs: Bump zig version in the documentation * build: bump burrito to 1.15.2 in CI --------- Co-authored-by: doorgan <dorgandash@gmail.com>
1 parent 37e6540 commit f2726c1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- uses: mlugg/setup-zig@v2
159159
with:
160-
version: "0.14.1"
160+
version: "0.15.2"
161161

162162
- name: Cache deps
163163
id: cache-deps

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version-type: strict
2121
- uses: mlugg/setup-zig@v2
2222
with:
23-
version: "0.14.1"
23+
version: "0.15.2"
2424

2525
- run: just deps expert
2626
- run: just deps engine

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
version-type: strict
4646
- uses: mlugg/setup-zig@v2
4747
with:
48-
version: "0.14.1"
48+
version: "0.15.2"
4949
- uses: actions/checkout@v5
5050
- run: just release-all
5151
env:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
zig 0.14.1
1+
zig 0.15.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then point your editor to the downloaded binary.
2323

2424
### Building from source
2525

26-
To build Expert from source, you need Zig `0.14.1` installed on your system. Later versions will not work.
26+
To build Expert from source, you need Zig `0.15.2` installed on your system. Later versions will not work.
2727

2828
Then you can run the following command or follow the instructions in the [Installation Instructions](pages/installation.md):
2929

apps/expert/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defmodule Expert.MixProject do
7777

7878
defp deps do
7979
[
80-
{:burrito, "~> 1.4", only: [:dev, :prod]},
80+
{:burrito, "~> 1.5", only: [:dev, :prod]},
8181
{:deps_nix, "~> 2.4", only: :dev},
8282
Mix.Credo.dependency(),
8383
Mix.Dialyzer.dependency(),

apps/expert/mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%{
22
"bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"},
3-
"burrito": {:hex, :burrito, "1.4.0", "f94fa1c3f174575bc4cad887a2940fd77469e1985c3a6633fcdcfa72f915caf2", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:req, ">= 0.5.0", [hex: :req, repo: "hexpm", optional: false]}, {:typed_struct, "~> 0.2.0 or ~> 0.3.0", [hex: :typed_struct, repo: "hexpm", optional: false]}], "hexpm", "0fa052e6f446cd3e5ff7e00813452b09eeadeddb5ec5174c2976eb0e4ad88765"},
3+
"burrito": {:hex, :burrito, "1.5.0", "d68ec01df2871f1d5bc603b883a78546c75761ac73c1bec1b7ae2cc74790fcd1", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:req, ">= 0.5.0", [hex: :req, repo: "hexpm", optional: false]}, {:typed_struct, "~> 0.2.0 or ~> 0.3.0", [hex: :typed_struct, repo: "hexpm", optional: false]}], "hexpm", "3861abda7bffa733862b48da3e03df0b4cd41abf6fd24b91745f5c16d971e5fa"},
44
"credo": {:hex, :credo, "1.7.12", "9e3c20463de4b5f3f23721527fcaf16722ec815e70ff6c60b86412c695d426c1", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "8493d45c656c5427d9c729235b99d498bd133421f3e0a683e5c1b561471291e5"},
55
"deps_nix": {:hex, :deps_nix, "2.4.0", "2be1ee54b25f7048e8974810a1dca2f1ff3d62ffaac64d83ef1f0d62e64c7cb4", [:mix], [{:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: false]}], "hexpm", "0f953f79b716d8627fd5a301615f1364d753e6c22e1380cdbd6a32f9e972370d"},
66
"dialyxir": {:hex, :dialyxir, "1.4.5", "ca1571ac18e0f88d4ab245f0b60fa31ff1b12cbae2b11bd25d207f865e8ae78a", [:mix], [{:erlex, ">= 0.2.7", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "b0fb08bb8107c750db5c0b324fa2df5ceaa0f9307690ee3c1f6ba5b9eb5d35c3"},

pages/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ First, Install git LFS by [following these instructions](https://docs.github.com
2828

2929
Next, [install `just`](https://github.com/casey/just?tab=readme-ov-file#cross-platform)
3030

31-
Next, [install `zig`](https://ziglang.org/learn/getting-started/) if not already installed. **Important:** version 0.14.1 is required, which is currently _not_ the latest version.
31+
Next, [install `zig`](https://ziglang.org/learn/getting-started/) if not already installed. **Important:** version 0.15.2 is required, which is currently _not_ the latest version.
3232

3333
Then, clone the git repository. Do this with
3434

0 commit comments

Comments
 (0)