Skip to content

Commit ef64fa0

Browse files
committed
set minimum zig version to 0.16.0-dev.2984+cb7d2b056
1 parent 0bb4338 commit ef64fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.2736+3b515fbed",
13+
.minimum_zig_version = "0.16.0-dev.2984+cb7d2b056",
1414
// Must be kept in sync with the `deps.nix` for the Nix flake.
1515
// If you do not use Nix, a ZLS maintainer can take care of this.
1616
.dependencies = .{

0 commit comments

Comments
 (0)