Skip to content

Commit 426ea96

Browse files
committed
Updated build.zig.zon to the correct compiler version
1 parent aad9d74 commit 426ea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1912+0cbaaa5eb",
13+
.minimum_zig_version = "0.16.0-dev.2009+9d08eba2e",
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

0 commit comments

Comments
 (0)