From 50d30d04c45584e793b4498eabd0378d6eeb248f Mon Sep 17 00:00:00 2001 From: Mohammad Al-Ahdal Date: Fri, 25 Oct 2024 19:54:16 -0600 Subject: [PATCH] Suggestion: Add .mise.toml to pin zig to 0.13.0 for people using mise. --- .mise.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mise.toml diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 000000000..dbbdcf4e6 --- /dev/null +++ b/.mise.toml @@ -0,0 +1,2 @@ +[tools] +zig = "0.13.0"