File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Provides the necessary building blocks to develop Language Server Protocol imple
1010# Installation
1111
1212> [ !NOTE]
13- > The default branch requires Zig ` 0.16.0-dev.2510+bcb5218a2 ` or later. Checkout the ` 0.15.x ` branch when using Zig 0.15
13+ > The default branch requires Zig ` 0.16.0-dev.2682+02142a54d ` or later. Checkout the ` 0.15.x ` branch when using Zig 0.15
1414
1515``` bash
1616# Initialize a `zig build` project if you haven't already
Original file line number Diff line number Diff line change 11.{
22 .name = .lsp_kit ,
33 .version = "0.1.0" ,
4- .minimum_zig_version = "0.16.0-dev.2510+bcb5218a2 " ,
4+ .minimum_zig_version = "0.16.0-dev.2682+02142a54d " ,
55 .dependencies = .{},
66 .paths = .{
77 "build.zig" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pub fn main(init: std.process.Init.Minimal) !u8 {
1010 const gpa = debug_allocator .allocator ();
1111
1212 var threaded : std.Io.Threaded = .init_single_threaded ;
13- const io = threaded .ioBasic ();
13+ const io = threaded .io ();
1414
1515 var arg_it = try init .args .iterateAllocator (gpa );
1616 defer arg_it .deinit ();
You can’t perform that action at this time.
0 commit comments