Skip to content

Commit f8a16f2

Browse files
committed
set minimum runtime Zig version to 0.17.0-dev.28+67a5b6e5e
1 parent 6872bfc commit f8a16f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const zls_version = std.SemanticVersion.parse(@import("build.zig.zon").version)
66
const minimum_build_zig_version = @import("build.zig.zon").minimum_zig_version;
77

88
/// Specify the minimum Zig version that is usable with ZLS:
9-
/// delete @cImport from the language
9+
/// delete `@cImport` from the language
1010
///
1111
/// A breaking change to the Zig Build System should be handled by updating ZLS's build runner (see src\build_runner)
12-
const minimum_runtime_zig_version = "0.17.0-dev.39+d092c752f";
12+
const minimum_runtime_zig_version = "0.17.0-dev.28+67a5b6e5e";
1313

1414
const release_targets = [_]std.Target.Query{
1515
.{ .cpu_arch = .aarch64, .os_tag = .linux },

0 commit comments

Comments
 (0)