File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 zig :
66 description : ' Zig version to install'
77 required : false
8- default : ' 0.14.0 '
8+ default : ' 0.14.1 '
99 arch :
1010 description : ' CPU arch used to select the v8 lib'
1111 required : false
Original file line number Diff line number Diff line change 11name : zig-fmt
22
33env :
4- ZIG_VERSION : 0.14.0
4+ ZIG_VERSION : 0.14.1
55
66on :
77 pull_request :
Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22
33ARG MINISIG=0.12
4- ARG ZIG=0.14.0
4+ ARG ZIG=0.14.1
55ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
66ARG ARCH=x86_64
7- ARG V8=11.1.134
7+ ARG V8=13.6.233.8
88ARG ZIG_V8=v0.1.24
99
1010RUN apt-get update -yq && \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ You can also follow the progress of our Javascript support in our dedicated [zig
148148
149149### Prerequisites
150150
151- Lightpanda is written with [ Zig] ( https://ziglang.org/ ) ` 0.14.0 ` . You have to
151+ Lightpanda is written with [ Zig] ( https://ziglang.org/ ) ` 0.14.1 ` . You have to
152152install it with the right version in order to build the project.
153153
154154Lightpanda also depends on
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const builtin = @import("builtin");
2121
2222/// Do not rename this constant. It is scanned by some scripts to determine
2323/// which zig version to install.
24- const recommended_zig_version = "0.14.0 " ;
24+ const recommended_zig_version = "0.14.1 " ;
2525
2626pub fn build (b : * std.Build ) ! void {
2727 switch (comptime builtin .zig_version .order (std .SemanticVersion .parse (recommended_zig_version ) catch unreachable )) {
You can’t perform that action at this time.
0 commit comments