We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52df1e6 commit 548eecbCopy full SHA for 548eecb
.github/workflows/release_prep.sh
@@ -24,7 +24,7 @@ Optionally add the following to your \`MODULE.bazel\` file to install a specific
24
25
\`\`\`starlark
26
zig = use_extension("//zig:extensions.bzl", "zig")
27
-zig.toolchain(zig_version = "0.13.0")
+zig.toolchain(zig_version = "0.14.1")
28
\`\`\`
29
30
You can call \`zig.toolchain\` multiple times to install multiple Zig versions.
0 commit comments