Suggestion: Add .mise.toml to pin zig to 0.13.0 for people using mise.

This commit is contained in:
Mohammad Al-Ahdal
2024-10-25 19:54:16 -06:00
parent 50329e671c
commit 50d30d04c4

2
.mise.toml Normal file
View File

@ -0,0 +1,2 @@
[tools]
zig = "0.13.0"