File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ const zls_version = std.SemanticVersion.parse(@import("build.zig.zon").version)
66const minimum_build_zig_version = @import ("build.zig.zon" ).minimum_zig_version ;
77
88/// Specify the minimum Zig version that is usable with ZLS:
9- /// Replace uses of `std.Thread.Pool` with `std.Io`, and remove `std.Thread.Pool `
9+ /// std: migrate all `fs` APIs to `Io `
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.16.0-dev.1657+985a3565c " ;
12+ const minimum_runtime_zig_version = "0.16.0-dev.1859+212968c57 " ;
1313
1414const release_targets = [_ ]std.Target.Query {
1515 .{ .cpu_arch = .aarch64 , .os_tag = .linux },
Original file line number Diff line number Diff line change 1010 // nix flake update --commit-lock-file
1111 // ```
1212 // If you do not use Nix, a ZLS maintainer can take care of this.
13- .minimum_zig_version = "0.16.0-dev.1657+985a3565c " ,
13+ .minimum_zig_version = "0.16.0-dev.1859+212968c57 " ,
1414 // If you do not use Nix, a ZLS maintainer can take care of this.
1515 // Whenever the dependencies are updated, run the following command:
1616 // ```bash
You can’t perform that action at this time.
0 commit comments